diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-03-24 19:09:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-03-24 19:09:38 +0000 |
commit | 8b1344bee9b08fdc7f0d18d6169add63c3332fe7 (patch) | |
tree | 0a9e918236f46be2caf60af647c4c6d08eb2a7f4 /lang/librep2/files/patch-aa | |
parent | Ldconfig would fail unless PREFIX/lib/aout dir exists. (diff) |
Update to 0.11.1
Add appropriate LIB_DEPENDS for gdbm and gettext
Incorporate building fixes from ports/17387
Make PLIST more version-friendly
Approved by: maintainer
Diffstat (limited to 'lang/librep2/files/patch-aa')
-rw-r--r-- | lang/librep2/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/librep2/files/patch-aa b/lang/librep2/files/patch-aa new file mode 100644 index 000000000000..accc79b70eaf --- /dev/null +++ b/lang/librep2/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Sun Mar 12 09:41:29 2000 ++++ configure Thu Mar 23 18:17:51 2000 +@@ -2228,7 +2228,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 |