diff options
author | demon <demon@FreeBSD.org> | 2003-03-06 14:59:22 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-03-06 14:59:22 +0000 |
commit | c3be11718f5471fa581d9a9f8a3164522a8b7bd7 (patch) | |
tree | 54d817e1966247125460d27058efb48d0c9187c1 /devel/libol/files | |
parent | 6f2b8a02abd2e14ee1eeb1a5f131135831028c52 (diff) | |
download | FreeBSD-ports-c3be11718f5471fa581d9a9f8a3164522a8b7bd7.zip FreeBSD-ports-c3be11718f5471fa581d9a9f8a3164522a8b7bd7.tar.gz |
Update to the latest stable version (0.3.9).
Submitted by: maintainer
Diffstat (limited to 'devel/libol/files')
-rw-r--r-- | devel/libol/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libol/files/patch-aa b/devel/libol/files/patch-aa index a67ec82..2c85b49 100644 --- a/devel/libol/files/patch-aa +++ b/devel/libol/files/patch-aa @@ -1,7 +1,7 @@ ---- configure.orig Fri May 19 13:37:53 2000 -+++ configure Fri May 19 13:38:07 2000 -@@ -2704,7 +2704,7 @@ - if test $with_debug = "yes"; then +--- configure.orig Mon Mar 3 14:54:16 2003 ++++ configure Mon Mar 3 14:54:37 2003 +@@ -6438,7 +6438,7 @@ + if test $enable_debug = "yes"; then CFLAGS="-Wall -g" else - CFLAGS="-Wall -O2" |