1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/bonobo/files/patch-aa
Yukihiro Nakai 157fbd1bbc PR: ports/14303
Submitted by:Ade Lovett <ade@lovett.com>
Initial import.
a library for the GNOME component architecture.
1999-10-14 05:03:17 +00:00

20 lines
510 B
Plaintext

--- configure.orig Fri Oct 8 12:58:58 1999
+++ configure Fri Oct 8 13:06:30 1999
@@ -4454,6 +4454,8 @@
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
+ ac_save_LIBS="$LIBS"
+LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
#line 4459 "configure"
#include "confdefs.h"
@@ -4488,6 +4490,7 @@
eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
+LIBS="$ac_save_LIBS"
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then