diff options
-rw-r--r-- | databases/gdbm/files/patch-ab | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/databases/gdbm/files/patch-ab b/databases/gdbm/files/patch-ab index c95fe59f2534..6a246ca0d7b9 100644 --- a/databases/gdbm/files/patch-ab +++ b/databases/gdbm/files/patch-ab @@ -1,6 +1,11 @@ ---- Makefile.in.orig Tue May 18 20:16:06 1999 -+++ Makefile.in Thu May 20 16:01:22 1999 -@@ -31,7 +31,7 @@ +--- Makefile.in.orig Wed May 19 11:16:06 1999 ++++ Makefile.in Sun Feb 27 03:05:15 2000 +@@ -27,11 +27,11 @@ + LIBS = @LIBS@ -lc + + # SunOS 4 users might wish to add '-fpcc-struct-return' to CFLAGS. see INSTALL. +-CFLAGS = -O ++#CFLAGS = -O LDFLAGS = # Common prefix for installation directories |