aboutsummaryrefslogtreecommitdiff
path: root/print/mgv/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-09-07 10:10:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-09-07 10:10:11 +0000
commitad3dff30b7c4b25052900b3c6adb896ccc027305 (patch)
tree48d358dc6d4f9244ae12e6ee7d16091536ac8530 /print/mgv/files
parent61f9142ed6b705e9382824d87f1da0cbaa1e4c95 (diff)
Notes
Diffstat (limited to 'print/mgv/files')
-rw-r--r--print/mgv/files/patch-aa11
-rw-r--r--print/mgv/files/patch-ab54
2 files changed, 0 insertions, 65 deletions
diff --git a/print/mgv/files/patch-aa b/print/mgv/files/patch-aa
deleted file mode 100644
index 38385c744cd3..000000000000
--- a/print/mgv/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Tue Oct 13 10:43:03 1998
-+++ Makefile.in Tue Oct 13 10:43:31 1998
-@@ -83,7 +83,7 @@
- _ad.c _switch_help.c
- mgv_LDADD = _bld.o -Lwlib -lwlib \
- @LIBHELP_LIBS@ @XM_LIBS@ @EDITRES_LIBS@ @XT_LIBS@ @XPM_LIBS@ \
-- @XEXT_LIBS@ @X11_LIBS@
-+ @XEXT_LIBS@ @X11_LIBS@ @X_PRE_LIBS@
-
- mgvresdir = $(pkgdatadir)/$(VERSION)
- mgvres_DATA = MGv
diff --git a/print/mgv/files/patch-ab b/print/mgv/files/patch-ab
deleted file mode 100644
index 8dde3de46087..000000000000
--- a/print/mgv/files/patch-ab
+++ /dev/null
@@ -1,54 +0,0 @@
---- configure.orig Tue Oct 20 15:42:09 1998
-+++ configure Tue Oct 20 15:42:47 1998
-@@ -2067,11 +2067,11 @@
- ice_motif_save_LIBS="$LIBS"
- ice_motif_save_CFLAGS="$CFLAGS"
- ice_motif_save_CPPFLAGS="$CPPFLAGS"
- ice_motif_save_LDFLAGS="$LDFLAGS"
- #
--LIBS="$X_PRE_LIBS -lXm -lXt -lX11 $X_EXTRA_LIBS $LIBS"
-+LIBS="$X_PRE_LIBS -lXm -lXp -lXext -lXt -lX11 $X_EXTRA_LIBS $LIBS"
- CFLAGS="$X_CFLAGS $CFLAGS"
- CPPFLAGS="$X_CFLAGS $CPPFLAGS"
- LDFLAGS="$X_LIBS $LDFLAGS"
- #
- cat > conftest.$ac_ext <<EOF
-@@ -2141,11 +2141,11 @@
- ice_motif_save_LIBS="$LIBS"
- ice_motif_save_CFLAGS="$CFLAGS"
- ice_motif_save_CPPFLAGS="$CPPFLAGS"
- ice_motif_save_LDFLAGS="$LDFLAGS"
- #
--LIBS="$X_PRE_LIBS -lXm -lXt -lX11 $X_EXTRA_LIBS $LIBS"
-+LIBS="$X_PRE_LIBS -lXm -lXp -lXext -lXt -lX11 $X_EXTRA_LIBS $LIBS"
- CFLAGS="$X_CFLAGS $CFLAGS"
- CPPFLAGS="$X_CFLAGS $CPPFLAGS"
- LDFLAGS="$X_LIBS $LDFLAGS"
- #
- # We use XtToolkitInitialize() here since it takes no arguments
-@@ -2697,11 +2697,11 @@
- ac_lib_var=`echo Xm'_'XmRepTypeInstallTearOffModelConverter | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lXm ${X_PRE_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} $LIBS"
-+LIBS="-lXm -lXp -lXext ${X_PRE_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 2705 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error. */
- /* We use char because int might match the return type of a gcc2
-@@ -2725,11 +2725,11 @@
- LIBS="$ac_save_LIBS"
-
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- XM_LIBS="-lXm"
-+ XM_LIBS="-lXm -lXp -lXext"
- cat >> confdefs.h <<\EOF
- #define HAVE_MOTIF 1
- EOF
-
- else