aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>2000-03-05 11:43:48 +0800
committerChuck Robey <chuckr@FreeBSD.org>2000-03-05 11:43:48 +0800
commit6cacf2065e74278058b4687f8d971cef17af657d (patch)
treef5275c92bfa70fb2cc5ba69cf5a00d059358538d
parent6a425488c18338e81f11f3c0df780f07249dbe7c (diff)
downloadfreebsd-ports-6cacf2065e74278058b4687f8d971cef17af657d.tar.gz
freebsd-ports-6cacf2065e74278058b4687f8d971cef17af657d.tar.zst
freebsd-ports-6cacf2065e74278058b4687f8d971cef17af657d.zip
Left -lXpm out o fthe linking for Motif.
Obtained from: Bento logs.
Notes
Notes: svn path=/head/; revision=26548
-rw-r--r--graphics/plotutils/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/plotutils/files/patch-ac b/graphics/plotutils/files/patch-ac
index 26ec589e5a17..a7cf621d3390 100644
--- a/graphics/plotutils/files/patch-ac
+++ b/graphics/plotutils/files/patch-ac
@@ -5,7 +5,7 @@
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
++ X_TOOLKIT_LIBS="${MOTIFLIB} -lXpm $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_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then