diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-31 05:10:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-31 05:10:03 +0000 |
commit | 59a3bb9760796eba3ad9801be8a5a526a542e6a3 (patch) | |
tree | dc6b767344f6de9ac503222fd4a2dd5a4c7b1ff1 /x11-clocks/pclock | |
parent | c707bf29ed5bd01f851db36e85eb6501f32c98d4 (diff) | |
download | freebsd-ports-59a3bb9760796eba3ad9801be8a5a526a542e6a3.zip |
Honor CFLAGS so this build on the Alpha too.
Diffstat (limited to 'x11-clocks/pclock')
-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 + + ############################################################################### |