forked from Lainports/freebsd-ports
Respect X11BASE
This commit is contained in:
parent
9836027270
commit
b7f66534d8
1 changed files with 11 additions and 0 deletions
11
audio/dap/files/patch-tooltips-Makefile.linux
Normal file
11
audio/dap/files/patch-tooltips-Makefile.linux
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue