diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-05 16:00:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-05 16:00:41 +0800 |
commit | aa0efc99a51d56d280551aefc4fc52fbe6bef1fb (patch) | |
tree | c6d7f3e821214b89fb154dda8ec9e74df1d640e3 /graphics/electriceyes/files | |
parent | 10ba911ad619b469c77fe4d0b4a37352e49154e5 (diff) | |
download | freebsd-ports-gnome-aa0efc99a51d56d280551aefc4fc52fbe6bef1fb.tar.gz freebsd-ports-gnome-aa0efc99a51d56d280551aefc4fc52fbe6bef1fb.tar.zst freebsd-ports-gnome-aa0efc99a51d56d280551aefc4fc52fbe6bef1fb.zip |
Upgrade gnumeric to 0.5, libxml to 0.99,
Correct gtk11-devel's PLIST,
and fix some configure problem of electriceyes.
Diffstat (limited to 'graphics/electriceyes/files')
-rw-r--r-- | graphics/electriceyes/files/patch-aa | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/graphics/electriceyes/files/patch-aa b/graphics/electriceyes/files/patch-aa index f3c41727872b..06c78ecef8f1 100644 --- a/graphics/electriceyes/files/patch-aa +++ b/graphics/electriceyes/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Fri Jan 1 14:56:12 1999 -+++ configure Fri Jan 1 14:57:09 1999 +--- configure.orig Tue Dec 15 02:19:21 1998 ++++ configure Tue Jan 5 12:06:13 1999 @@ -1076,13 +1076,13 @@ fi @@ -19,3 +19,14 @@ else echo "$ac_t""not found" 1>&6 +@@ -3448,7 +3448,9 @@ + if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +- cat > conftest.$ac_ext <<EOF ++ ac_save_LIBS="$LIBS" ++LIBS="-lintl $LIBS" ++cat > conftest.$ac_ext <<EOF + #line 3453 "configure" + #include "confdefs.h" + |