diff options
author | kris <kris@FreeBSD.org> | 2006-12-01 08:25:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-12-01 08:25:47 +0800 |
commit | 2e6c84a7f69de6785dbdca11af2910445fe7048a (patch) | |
tree | 89ac24995f06a1180c6be48d0adf349ec95498c4 /cad/gspiceui | |
parent | f041c11eb8da0fc22ac413fb2c1b820807f0db6b (diff) | |
download | freebsd-ports-gnome-2e6c84a7f69de6785dbdca11af2910445fe7048a.tar.gz freebsd-ports-gnome-2e6c84a7f69de6785dbdca11af2910445fe7048a.tar.zst freebsd-ports-gnome-2e6c84a7f69de6785dbdca11af2910445fe7048a.zip |
Don't hard-code X11BASE
Diffstat (limited to 'cad/gspiceui')
-rw-r--r-- | cad/gspiceui/files/patch-src_Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gspiceui/files/patch-src_Makefile b/cad/gspiceui/files/patch-src_Makefile index 04b76e552b1e..4d80dd673f84 100644 --- a/cad/gspiceui/files/patch-src_Makefile +++ b/cad/gspiceui/files/patch-src_Makefile @@ -14,7 +14,7 @@ # Includes -INCLUDES =-I/usr/include -I/usr/X11R6/include -I. -+INCLUDES =-I/usr/include -I/usr/X11R6/include -I. $(shell %%WX_CONFIG%% --cxxflags) ++INCLUDES =-I/usr/include -I${X11BASE}/include -I. $(shell %%WX_CONFIG%% --cxxflags) # Libraries -LIB := $(shell wx-config --libs) $(shell pkg-config --libs pangox) |