diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-05 12:48:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-05 12:48:58 +0000 |
commit | 63415764ec1aec862e4e129d88bdc4b578f71ac4 (patch) | |
tree | 22a30e50d2695366c7d541fe52ba7fd96b51587e /x11-toolkits/wxd | |
parent | a65c8fb9fb0767b7a081b9613d651f2a279b705c (diff) |
Notes
Diffstat (limited to 'x11-toolkits/wxd')
-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` |