diff options
author | pgj <pgj@FreeBSD.org> | 2009-07-10 06:27:49 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2009-07-10 06:27:49 +0800 |
commit | 903533e0a346377017f16949a570eae06ff7ac14 (patch) | |
tree | 0dc297141fbb0fdae39f431076bfd2f175bdc0b1 /x11-toolkits/hs-frantk/files | |
parent | 140f9b04df263b51bf42e5d3a060ed0ca70e68ff (diff) | |
download | freebsd-ports-graphics-903533e0a346377017f16949a570eae06ff7ac14.tar.gz freebsd-ports-graphics-903533e0a346377017f16949a570eae06ff7ac14.tar.zst freebsd-ports-graphics-903533e0a346377017f16949a570eae06ff7ac14.zip |
- Respect LOCALBASE
Reported by: QAT
Approved by: tabthorpe (mentor, implicit)
Diffstat (limited to 'x11-toolkits/hs-frantk/files')
-rw-r--r-- | x11-toolkits/hs-frantk/files/patch-src::Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/hs-frantk/files/patch-src::Makefile b/x11-toolkits/hs-frantk/files/patch-src::Makefile index 1f9777ac186..2aef387f386 100644 --- a/x11-toolkits/hs-frantk/files/patch-src::Makefile +++ b/x11-toolkits/hs-frantk/files/patch-src::Makefile @@ -26,7 +26,7 @@ -CC_INC = -I/usr/X11/include -I/usr/local/include +#CC = gcc +CC_OPTS = ${CFLAGS} -+CC_INC = -I${LOCALBASE}/include -I/usr/local/include/tk8.4 -I/usr/local/include/tcl8.4 ++CC_INC = -I${LOCALBASE}/include -I${LOCALBASE}/include/tk8.4 -I${LOCALBASE}/include/tcl8.4 -GHC = ghc-5.00.2 -GHC-PKG=ghc-pkg-5.00.2 @@ -51,7 +51,7 @@ # The directories containing the X11, Tcl and Tk (binary) libraries: -CCLIB = -L /usr/lib/X11 -L /usr/local/lib -+CCLIB = -L ${LOCALBASE}/lib/X11 -L /usr/local/lib ++CCLIB = -L ${LOCALBASE}/lib/X11 -L ${LOCALBASE}/lib # the libraries required by Tcl/Tk: |