summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-31 05:10:03 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-31 05:10:03 +0000
commit59a3bb9760796eba3ad9801be8a5a526a542e6a3 (patch)
treedc6b767344f6de9ac503222fd4a2dd5a4c7b1ff1 /x11-clocks
parentFix build for Alpha. (diff)
Honor CFLAGS so this build on the Alpha too.
Notes
Notes: svn path=/head/; revision=19144
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
+
+ ###############################################################################