summaryrefslogtreecommitdiff
path: root/x11-clocks/pclock
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/pclock')
-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
+
+ ###############################################################################