1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Respect X11BASE

Reported by:	pointyhat
Approved by:	Jona Joachim <walkingshadow at grummel.net> (maintainer)
This commit is contained in:
Rong-En Fan 2006-12-05 12:48:58 +00:00
parent a65c8fb9fb
commit 63415764ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178934

View File

@ -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`