diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-23 11:57:07 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-23 11:57:07 +0000 |
commit | f2eb3faebe1c7152fb474254164d3e8f687c9b49 (patch) | |
tree | 8680f9ed4bbd11e20ef045cc5ca5a1e4517483f0 /graphics/plotutils/files | |
parent | 8729595f0db895b285117e25566eded836b7e7a2 (diff) |
Notes
Diffstat (limited to 'graphics/plotutils/files')
-rw-r--r-- | graphics/plotutils/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/plotutils/files/patch-ac b/graphics/plotutils/files/patch-ac deleted file mode 100644 index a7cf621d3390..000000000000 --- a/graphics/plotutils/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- 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="-lXm $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 |