aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/abclock
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-25 06:37:27 +0800
committermiwi <miwi@FreeBSD.org>2006-11-25 06:37:27 +0800
commit9460ae3289aa3bb8e4272391227b3decf392d550 (patch)
tree9176fbee44deec184fd81b1c1d23b28217135593 /x11-clocks/abclock
parent14f2d3bfcb9ca1e38542a0230202d87333a01e11 (diff)
downloadfreebsd-ports-gnome-9460ae3289aa3bb8e4272391227b3decf392d550.tar.gz
freebsd-ports-gnome-9460ae3289aa3bb8e4272391227b3decf392d550.tar.zst
freebsd-ports-gnome-9460ae3289aa3bb8e4272391227b3decf392d550.zip
- Respect X11BASE
PR: ports/105825 Submitted by: trasz
Diffstat (limited to 'x11-clocks/abclock')
-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
+