diff options
author | steve <steve@FreeBSD.org> | 1999-05-31 13:10:03 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-31 13:10:03 +0800 |
commit | c2eb62c6b3a51b2a050cbd65a56805f15a329fce (patch) | |
tree | daa2fcb41773e412bf2ed30a2f5d7acc38148f9f /x11-clocks | |
parent | 6e82afbeb7aea5dfba818da9261df90418b30c3d (diff) | |
download | freebsd-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-aa | 11 |
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 + + ############################################################################### |