diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-23 16:38:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-23 16:38:28 +0800 |
commit | e9740a7b1d46b8e07e0d0a242db87cc579c667d6 (patch) | |
tree | 61fba134b255394fff6d041af05632272a442fc6 /x11-toolkits/movingmotif/files | |
parent | 878daef8080520a8157066199e68184e6fdb42c9 (diff) | |
download | freebsd-ports-gnome-e9740a7b1d46b8e07e0d0a242db87cc579c667d6.tar.gz freebsd-ports-gnome-e9740a7b1d46b8e07e0d0a242db87cc579c667d6.tar.zst freebsd-ports-gnome-e9740a7b1d46b8e07e0d0a242db87cc579c667d6.zip |
upgrade to 2.2.0
PR: 44120
Submitted by: Ports Fury
Diffstat (limited to 'x11-toolkits/movingmotif/files')
-rw-r--r-- | x11-toolkits/movingmotif/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-toolkits/movingmotif/files/patch-demo::Makefile.in | 18 |
2 files changed, 28 insertions, 0 deletions
diff --git a/x11-toolkits/movingmotif/files/patch-configure b/x11-toolkits/movingmotif/files/patch-configure new file mode 100644 index 000000000000..ef926c8a75c5 --- /dev/null +++ b/x11-toolkits/movingmotif/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sat Jun 29 15:58:05 2002 ++++ configure Sat Oct 12 15:11:36 2002 +@@ -6518,6 +6518,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/movingmotif/files/patch-demo::Makefile.in b/x11-toolkits/movingmotif/files/patch-demo::Makefile.in new file mode 100644 index 000000000000..7282e838d2a3 --- /dev/null +++ b/x11-toolkits/movingmotif/files/patch-demo::Makefile.in @@ -0,0 +1,18 @@ +--- demo/Makefile.in.orig Wed Sep 25 01:04:47 2002 ++++ demo/Makefile.in Sat Oct 12 15:10:51 2002 +@@ -114,12 +114,12 @@ + bin_PROGRAMS = ezdrawtest Scrollingtest histbar Rottest + + ezdrawtest_SOURCES = ezdrawtest.c +-ezdrawtest_LDADD = -L$(top_builddir)/src -lmovingmotif -L$(top_builddir)/demo/mindsrc -lmindsrc ++ezdrawtest_LDADD = $(top_builddir)/src/libmovingmotif.la $(top_builddir)/demo/mindsrc/libmindsrc.la + +-LIBS = $(MOTIF_LIBS) $(X_LIBS) -lXm -lXpm -lXt -lX11 -lc -lm ++LIBS = $(MOTIF_LIBS) $(X_LIBS) -lXm -lXpm -lXt -lX11 -lm + INCLUDES = $(MOTIF_CFLAGS) $(X_CFLAGS) -I$(top_srcdir)/demo/mindsrc -I$(top_srcdir)/src + +-LDADD = -L$(top_builddir)/src -lmovingmotif -L$(top_builddir)/demo/mindsrc -lmindsrc ++LDADD = $(top_builddir)/src/libmovingmotif.la $(top_builddir)/demo/mindsrc/libmindsrc.la + + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = |