aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-24 22:37:27 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-24 22:37:27 +0000
commitf56ff63ed90ff4cf09091f5c704f7176392c7ded (patch)
tree8f2a0d5613aeb9c9497792019937a4312132dc8b /x11-clocks
parent8487a50f178386a5d1816233d980249b295238a0 (diff)
downloadports-f56ff63ed90ff4cf09091f5c704f7176392c7ded.tar.gz
ports-f56ff63ed90ff4cf09091f5c704f7176392c7ded.zip
- Respect X11BASE
PR: ports/105825 Submitted by: trasz
Notes
Notes: svn path=/head/; revision=177994
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/abclock/files/patch-Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-clocks/abclock/files/patch-Makefile b/x11-clocks/abclock/files/patch-Makefile
new file mode 100644
index 000000000000..7d51d48d60aa
--- /dev/null
+++ b/x11-clocks/abclock/files/patch-Makefile
@@ -0,0 +1,25 @@
+--- Makefile.orig Fri Nov 24 16:58:00 2006
++++ Makefile Fri Nov 24 16:59:18 2006
+@@ -1,18 +1,13 @@
+
+ .SUFFIXES:
+
+-CC = gcc
++#CC = gcc
+
+-OPT = -s -Wall
++OPT = $(CFLAGS) -s -Wall
+
+-XLIBDIR = -L/usr/X11/lib -L/usr/X11R6/lib -L/usr/X11R5/lib -L/usr/X11R4/lib \
+- -L/usr/lib/X11 -L/usr/lib/X11R6 -L/usr/lib/X11R5 -L/usr/lib/X11R4
++XLIBDIR = -L$(X11BASE)/lib
+
+-XINCLUDEDIR = -I/usr/X11/include -I/usr/X11R6/include -I/usr/X11R5/include -I/usr/X11R4/include \
+- -I/usr/include/X11 -I/usr/include/X11R6 -I/usr/include/X11R5 -I/usr/include/X11R4 \
+- -I/usr/local/X11/include -I/usr/local/X11R6/include -I/usr/local/X11R5/include -I/usr/local/X11R4/include \
+- -I/usr/local/include/X11 -I/usr/local/include/X11R6 -I/usr/local/include/X11R5 -I/usr/local/include/X11R4 \
+- -I/usr/X386/include -I/usr/x386/include -I/usr/XFree86/include/X11 -I/usr/local/x11r5/include
++XINCLUDEDIR = -I$(X11BASE)/include
+
+ all: abclock abc_img
+