diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 06:03:48 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 06:03:48 +0800 |
commit | 653dd1445f9f1972aa890c42c7716fea22e2604f (patch) | |
tree | 11811fc3993890ef6a857e7391574c24b0ad49b2 /x11/libgnome | |
parent | 0658d2025301fe38408a2cb99cbc79e2b6434a66 (diff) | |
download | freebsd-ports-gnome-653dd1445f9f1972aa890c42c7716fea22e2604f.tar.gz freebsd-ports-gnome-653dd1445f9f1972aa890c42c7716fea22e2604f.tar.zst freebsd-ports-gnome-653dd1445f9f1972aa890c42c7716fea22e2604f.zip |
Add -lintl to the list of LDFLAGS since libgnome needs it.
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/files/patch-aa | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/x11/libgnome/files/patch-aa b/x11/libgnome/files/patch-aa index d0b27f235165..4b1108a7aa4a 100644 --- a/x11/libgnome/files/patch-aa +++ b/x11/libgnome/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Tue Apr 27 21:24:19 1999 -+++ configure Sat May 22 21:16:46 1999 +--- configure.orig Tue Apr 27 14:24:19 1999 ++++ configure Mon Jun 7 20:27:21 1999 @@ -2521,7 +2521,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then @@ -27,7 +27,14 @@ cat > conftest.$ac_ext <<EOF #line 7378 "configure" #include "confdefs.h" -@@ -10859,7 +10859,7 @@ +@@ -10853,13 +10853,13 @@ + SUPPORTINCS='-DNEED_GNOMESUPPORT_H -I$(top_builddir)/support -I$(top_srcdir)/support' + + ART_LIBS="-lart_lgpl" +-GNOME_LIBS="-lgnome -lgnomesupport $LIBGNOME_LIBS" ++GNOME_LIBS="-lgnome -lgnomesupport -lintl $LIBGNOME_LIBS" + GNOMEUI_LIBS="-lgnomeui $ART_LIBS $GDK_IMLIB_LIBS $GTK_LIBS $GNOME_LIBS" + GTKXMHTML_LIBS="-lgtkxmhtml $LIBGTKXMHTML_LIBS" ZVT_LIBS="-lzvt $UTIL_LIBS $GTK_LIBS" GNOME_LIBDIR='-L${libdir}' |