diff options
author | ade <ade@FreeBSD.org> | 2000-04-19 23:09:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-04-19 23:09:24 +0800 |
commit | be9b63509b0a4c20ac28a9d420babd3353889e44 (patch) | |
tree | 61539e78fbaf909618140da4a92248740655e6f8 /lang/librep/files | |
parent | 05f2f729355350a8ad2e18f256003cca3adfdba3 (diff) | |
download | freebsd-ports-gnome-be9b63509b0a4c20ac28a9d420babd3353889e44.tar.gz freebsd-ports-gnome-be9b63509b0a4c20ac28a9d420babd3353889e44.tar.zst freebsd-ports-gnome-be9b63509b0a4c20ac28a9d420babd3353889e44.zip |
Update to 0.11.3
Approved by: nakai
Diffstat (limited to 'lang/librep/files')
-rw-r--r-- | lang/librep/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/librep/files/patch-aa b/lang/librep/files/patch-aa index accc79b70eaf..201933294b35 100644 --- a/lang/librep/files/patch-aa +++ b/lang/librep/files/patch-aa @@ -1,11 +1,11 @@ ---- configure.orig Sun Mar 12 09:41:29 2000 -+++ configure Thu Mar 23 18:17:51 2000 -@@ -2228,7 +2228,7 @@ +--- configure.orig Thu Apr 13 09:53:31 2000 ++++ configure Mon Apr 17 20:09:51 2000 +@@ -2422,7 +2422,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - GDBM_LIBS="-lgdbm" + GDBM_LIBS="-lgdbm $LIBS" - else echo "$ac_t""no" 1>&6 + { echo "configure: error: Cannot find GDBM library" 1>&2; exit 1; } |