diff options
author | chuckr <chuckr@FreeBSD.org> | 2000-03-03 22:47:34 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 2000-03-03 22:47:34 +0800 |
commit | 02efb187a14bbe5a4a295194a29acabf07872a56 (patch) | |
tree | 553b0f805483a6be2987c364b1b964b0b363180f /graphics/plotutils | |
parent | 8db97a81ccfcf481296d63916e8dc724215b7f67 (diff) | |
download | freebsd-ports-gnome-02efb187a14bbe5a4a295194a29acabf07872a56.tar.gz freebsd-ports-gnome-02efb187a14bbe5a4a295194a29acabf07872a56.tar.zst freebsd-ports-gnome-02efb187a14bbe5a4a295194a29acabf07872a56.zip |
Fix a patching screwup (oh my!) Pointed out by Thomas Gellekum.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/files/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/plotutils/files/patch-ac b/graphics/plotutils/files/patch-ac index 3f4d98099f17..26ec589e5a17 100644 --- a/graphics/plotutils/files/patch-ac +++ b/graphics/plotutils/files/patch-ac @@ -1,10 +1,10 @@ -+--- configure.orig Mon Oct 4 18:11:17 1999 -++++ configure Thu Feb 24 16:02:34 2000 -+@@ -4041,7 +4041,7 @@ +--- configure.orig Mon Oct 4 18:11:17 1999 ++++ configure Thu Feb 24 16:02:34 2000 +@@ -4041,7 +4041,7 @@ # Check whether --with-motif or --without-motif was given. if test "${with_motif+set}" = set; then withval="$with_motif" -- X_TOOLKIT_LIBS="${MOTIFLIB} $X_TOOLKIT_LIBS"; echo $ac_n "checking for XpQueryExtension in -lXp""... $ac_c" 1>&6 +- 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:4046: checking for XpQueryExtension in -lXp" >&5 ac_lib_var=`echo Xp'_'XpQueryExtension | sed 'y%./+-%__p_%'` |