summaryrefslogtreecommitdiff
path: root/x11/eterm
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-04-06 14:41:22 +0000
committeragc <agc@pkgsrc.org>1999-04-06 14:41:22 +0000
commit8dc5ac0579e20b994828b7e215d53e40da3d8f8a (patch)
treec27efee6ecb58a58a12cf25d88403afcb2e09157 /x11/eterm
parenta2ea4de8a3d7b2758f05d9aee09957cab99b89b6 (diff)
downloadpkgsrc-8dc5ac0579e20b994828b7e215d53e40da3d8f8a.tar.gz
Make this package use NetBSD's own pkglibtool.
Remove two redundant definitions in the package Makefile.
Diffstat (limited to 'x11/eterm')
-rw-r--r--x11/eterm/Makefile6
-rw-r--r--x11/eterm/patches/patch-ab23
2 files changed, 25 insertions, 4 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index 4d31db2149b..173c5f42e24 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/03/30 04:48:43 garbled Exp $
+# $NetBSD: Makefile,v 1.2 1999/04/06 14:41:22 agc Exp $
DISTNAME= Eterm-0.8.8
PKGNAME= eterm-0.8.8
@@ -13,12 +13,10 @@ HOMEPAGE= http://www.eterm.org/
DEPENDS+= imlib-1.9.4:../../graphics/imlib
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_X11= yes
USE_X11BASE= yes
+USE_LIBTOOL= yes
post-extract:
${MV} ${WRKDIR}/Eterm/bg/scale/* ${WRKSRC}/bg/scale
diff --git a/x11/eterm/patches/patch-ab b/x11/eterm/patches/patch-ab
new file mode 100644
index 00000000000..1286157bbd6
--- /dev/null
+++ b/x11/eterm/patches/patch-ab
@@ -0,0 +1,23 @@
+$NetBSD: patch-ab,v 1.1 1999/04/06 14:41:22 agc Exp $
+
+Use NetBSD's own pkglibtool
+
+--- configure 1999/04/06 14:17:16 1.1
++++ configure 1999/04/06 14:17:39
+@@ -1518,6 +1518,7 @@
+ fi
+
+ # Always use our own libtool.
++if false; then
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+ # Check for any special flags to pass to ltconfig.
+@@ -1562,6 +1563,8 @@
+ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
+ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
++
++fi
+
+
+ echo $ac_n "checking for distribution root""... $ac_c" 1>&6