diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-05 20:48:58 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-05 20:48:58 +0800 |
commit | 3723830340eb8e4df089e78364a4772fcc392f15 (patch) | |
tree | 8407e072ecdb4c85ece5ce4201c3d49e5a9b4718 | |
parent | b260604f6d88860b07e58cff54a8c1071be65467 (diff) | |
download | freebsd-ports-gnome-3723830340eb8e4df089e78364a4772fcc392f15.tar.gz freebsd-ports-gnome-3723830340eb8e4df089e78364a4772fcc392f15.tar.zst freebsd-ports-gnome-3723830340eb8e4df089e78364a4772fcc392f15.zip |
- Respect X11BASE
Reported by: pointyhat
Approved by: Jona Joachim <walkingshadow at grummel.net> (maintainer)
-rw-r--r-- | x11-toolkits/wxd/files/patch-wxc-Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/x11-toolkits/wxd/files/patch-wxc-Makefile b/x11-toolkits/wxd/files/patch-wxc-Makefile index ac2f2be68de5..6e6d95475e33 100644 --- a/x11-toolkits/wxd/files/patch-wxc-Makefile +++ b/x11-toolkits/wxd/files/patch-wxc-Makefile @@ -1,5 +1,14 @@ ---- wxd/wxc/GNUmakefile Fri Sep 8 11:46:33 2006 -+++ wxc/Makefile Thu Nov 16 15:09:32 2006 +--- wxc/Makefile.orig Fri Sep 8 17:46:33 2006 ++++ wxc/Makefile Sat Dec 2 21:57:10 2006 +@@ -174,7 +174,7 @@ + OS=$(shell uname) + + ifeq ("$(OS)","FreeBSD") +-CXXFLAGS += -I/usr/X11R6/include ++CXXFLAGS += -I$(X11BASE)/include + endif + + ifeq ("$(STC)","1") @@ -183,7 +183,7 @@ WXFLAGS = `$(WX_CONFIG) --cxxflags` |