aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-31 13:10:03 +0800
committersteve <steve@FreeBSD.org>1999-05-31 13:10:03 +0800
commitc2eb62c6b3a51b2a050cbd65a56805f15a329fce (patch)
treedaa2fcb41773e412bf2ed30a2f5d7acc38148f9f /x11-clocks
parent6e82afbeb7aea5dfba818da9261df90418b30c3d (diff)
downloadfreebsd-ports-gnome-c2eb62c6b3a51b2a050cbd65a56805f15a329fce.tar.gz
freebsd-ports-gnome-c2eb62c6b3a51b2a050cbd65a56805f15a329fce.tar.zst
freebsd-ports-gnome-c2eb62c6b3a51b2a050cbd65a56805f15a329fce.zip
Honor CFLAGS so this build on the Alpha too.
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/pclock/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/pclock/files/patch-aa b/x11-clocks/pclock/files/patch-aa
new file mode 100644
index 000000000000..e46b7306ca3c
--- /dev/null
+++ b/x11-clocks/pclock/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/Makefile.orig Sun May 30 12:04:56 1999
++++ src/Makefile Sun May 30 12:05:12 1999
+@@ -7,7 +7,7 @@
+
+ INCDIR = -I/usr/X11R6/include -I.
+ LIBDIR = -L/usr/X11R6/lib
+-CFLAGS = -O2 -m486 -s -fomit-frame-pointer -Wall
++CFLAGS+= -s -fomit-frame-pointer -Wall
+ LIBS = -lXpm -lXext -lX11 -lm
+
+ ###############################################################################