From 412bddb9de5b663eeff905004f49aa89d93216d9 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 5 Mar 2001 12:41:59 +0000 Subject: Fix build problem by using functionality in new libtool rather than a hack for the old libtool. --- x11/eterm/files/patch-sum | 3 ++- x11/eterm/patches/patch-ae | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 x11/eterm/patches/patch-ae (limited to 'x11/eterm') diff --git a/x11/eterm/files/patch-sum b/x11/eterm/files/patch-sum index b4fcadd28a8..51dac197890 100644 --- a/x11/eterm/files/patch-sum +++ b/x11/eterm/files/patch-sum @@ -1,6 +1,7 @@ -$NetBSD: patch-sum,v 1.2 1999/10/28 00:31:58 jlam Exp $ +$NetBSD: patch-sum,v 1.3 2001/03/05 12:41:59 skrll Exp $ MD5 (patch-aa) = c26caddd78ca90fbde3451e38139e5b6 MD5 (patch-ab) = 66922deac5b0c8d51ac4d9489328938f MD5 (patch-ac) = a7d807c685e137e4d09c75230999a25a MD5 (patch-ad) = 159e6945de34e96764e7981f337685dd +MD5 (patch-ae) = d9fb0b47d29c9e00b904d4f29fed01d1 diff --git a/x11/eterm/patches/patch-ae b/x11/eterm/patches/patch-ae new file mode 100644 index 00000000000..2c3fe7ec09f --- /dev/null +++ b/x11/eterm/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2001/03/05 12:42:00 skrll Exp $ + +--- src/Makefile.in.orig Mon Apr 26 15:53:52 1999 ++++ src/Makefile.in +@@ -117,7 +117,7 @@ + INCLUDES = -I. -I../libmej -I.. -I$(includedir) -I$(prefix)/include $(X_CFLAGS) + + Eterm_LDFLAGS = -rpath $(libdir):$(pkglibdir) +-LDADD = -L$(DIST_ROOT)/src/.libs -lEterm -L$(DIST_ROOT)/libmej/.libs -L$(libdir) -L$(prefix)/lib $(LIBS) -lmej $(GRLIBS) $(X_LIBS) ++LDADD = -lEterm -L$(libdir) ../libmej/libmej.la -L$(prefix)/lib $(LIBS) $(GRLIBS) $(X_LIBS) + + EXTRA_DIST = activeconfig.h activeeterm.h activetags.h command.h debug.h eterm_imlib.h feature.h.in graphics.h grkelot.h grx.h main.h menubar.h misc.h options.h pixmap.h profile.h screen.h scrollbar.h system.h threads.h graphics/Makefile.am graphics/Makefile.in graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h graphics/qplot.c Eterm.xpm + -- cgit v1.2.3