diff options
Diffstat (limited to 'sysutils/wmbluecpu/files/patch-Makefile')
-rw-r--r-- | sysutils/wmbluecpu/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/wmbluecpu/files/patch-Makefile b/sysutils/wmbluecpu/files/patch-Makefile index 45ed7642a741..ac3dd82bf482 100644 --- a/sysutils/wmbluecpu/files/patch-Makefile +++ b/sysutils/wmbluecpu/files/patch-Makefile @@ -3,8 +3,8 @@ @@ -1,43 +1,23 @@ -#Makefile +CC ?= cc -+LDIR = -L${X11BASE}/lib -+IDIR = -I${X11BASE}/include ++LDIR = -L${LOCALBASE}/lib ++IDIR = -I${LOCALBASE}/include -PREFIX=/usr/local -BINDIR=$(PREFIX)/bin |