diff options
author | kris <kris@FreeBSD.org> | 2006-12-03 06:39:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-12-03 06:39:38 +0800 |
commit | 0e9468f25e4d9c4ab6032edc2882a2716ea3ff2e (patch) | |
tree | 1123cc4596b54294d9bce44b8f77440282e8192e /audio/dap | |
parent | 51d4392f303d70627245a33902dfd48f70747485 (diff) | |
download | freebsd-ports-gnome-0e9468f25e4d9c4ab6032edc2882a2716ea3ff2e.tar.gz freebsd-ports-gnome-0e9468f25e4d9c4ab6032edc2882a2716ea3ff2e.tar.zst freebsd-ports-gnome-0e9468f25e4d9c4ab6032edc2882a2716ea3ff2e.zip |
Respect X11BASE
Diffstat (limited to 'audio/dap')
-rw-r--r-- | audio/dap/files/patch-tooltips-Makefile.linux | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/dap/files/patch-tooltips-Makefile.linux b/audio/dap/files/patch-tooltips-Makefile.linux new file mode 100644 index 000000000000..74f1bfa46635 --- /dev/null +++ b/audio/dap/files/patch-tooltips-Makefile.linux @@ -0,0 +1,11 @@ +--- tooltips/Makefile.linux.orig Sat Dec 2 21:28:13 2006 ++++ tooltips/Makefile.linux Sat Dec 2 21:28:27 2006 +@@ -26,7 +26,7 @@ + VERSION = 0.02g + + # Define where the X11 include files are. +-X11_INCLUDE_DIR = /usr/X11R6/include ++X11_INCLUDE_DIR = ${X11BASE}/include + + # Uncomment out this line if you do not want debug information included. + # DEBUG = -g -Wall -ansi -pedantic |