diff options
Diffstat (limited to 'x11-clocks/wmblueclock/files/patch-Makefile')
-rw-r--r-- | x11-clocks/wmblueclock/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/wmblueclock/files/patch-Makefile b/x11-clocks/wmblueclock/files/patch-Makefile index a15735ee0605..001c63aa699c 100644 --- a/x11-clocks/wmblueclock/files/patch-Makefile +++ b/x11-clocks/wmblueclock/files/patch-Makefile @@ -10,8 +10,8 @@ -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +CC ?= cc -+LDIR = -L${X11BASE}/lib -+IDIR = -I${X11BASE}/include ++LDIR = -L${LOCALBASE}/lib ++IDIR = -I${LOCALBASE}/include -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of |