1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/lang/librep/files/patch-aa
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

21 lines
573 B
Plaintext

--- configure.orig Mon Oct 29 06:19:47 2001
+++ configure Thu Jan 24 17:54:12 2002
@@ -4659,7 +4659,7 @@
;;
esac
fi
-need_lc=${lt_cv_archive_cmds_need_lc-yes}
+need_lc=no
# The second clause should only fire when bootstrapping the
# libtool distribution, otherwise you forgot to ship ltmain.sh
@@ -6136,7 +6136,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; }