diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-12-02 22:39:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-12-02 22:39:38 +0000 |
commit | b7f66534d8d92e976e1266fd7182926ff4b9adb2 (patch) | |
tree | b1bb1a3eb570baf8957ffe2d92f548321f1c2d8d /audio/dap/files/patch-tooltips-Makefile.linux | |
parent | - add MASTER_SITE_GNUSTEP_CH (diff) |
Respect X11BASE
Notes
Notes:
svn path=/head/; revision=178633
Diffstat (limited to '')
-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 |