diff options
author | tg <tg@FreeBSD.org> | 1999-09-10 22:03:51 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-09-10 22:03:51 +0800 |
commit | 402542488dafcd6dcbcf98dc79e10a0a078d06d5 (patch) | |
tree | 2ac0a173ee43ff6c57192f5ed1055cf32d246d0a /graphics/plotutils/files | |
parent | a01da4e12fba19eac2abb5b0483ff3240514480e (diff) | |
download | freebsd-ports-gnome-402542488dafcd6dcbcf98dc79e10a0a078d06d5.tar.gz freebsd-ports-gnome-402542488dafcd6dcbcf98dc79e10a0a078d06d5.tar.zst freebsd-ports-gnome-402542488dafcd6dcbcf98dc79e10a0a078d06d5.zip |
Upgrade to 2.2.
Diffstat (limited to 'graphics/plotutils/files')
-rw-r--r-- | graphics/plotutils/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/plotutils/files/patch-ac b/graphics/plotutils/files/patch-ac new file mode 100644 index 000000000000..df836034e96a --- /dev/null +++ b/graphics/plotutils/files/patch-ac @@ -0,0 +1,11 @@ +--- configure.orig Fri Sep 10 14:44:14 1999 ++++ configure Fri Sep 10 14:43:09 1999 +@@ -4189,7 +4189,7 @@ + # Check whether --with-motif or --without-motif was given. + if test "${with_motif+set}" = set; then + withval="$with_motif" +- X_TOOLKIT_LIBS="-lXm $X_TOOLKIT_LIBS"; echo $ac_n "checking for XpQueryExtension in -lXp""... $ac_c" 1>&6 ++ X_TOOLKIT_LIBS="${MOTIFLIB} $X_TOOLKIT_LIBS"; echo $ac_n "checking for XpQueryExtension in -lXp""... $ac_c" 1>&6 + echo "configure:4194: checking for XpQueryExtension in -lXp" >&5 + ac_lib_var=`echo Xp'_'XpQueryExtension | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |