summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-02 22:47:35 +0000
committerwiz <wiz@pkgsrc.org>2002-10-02 22:47:35 +0000
commitf559940468d47a5da5fcfbbd0c468d44ad2822ef (patch)
treec869434eae404dbe0d7eb671f6e74ee3e351428e /editors
parentf96c9310f7af6cba09ce8a6cc1e2e128c03f2074 (diff)
downloadpkgsrc-f559940468d47a5da5fcfbbd0c468d44ad2822ef.tar.gz
Add configure patch to remove autoconf dependency.
Diffstat (limited to 'editors')
-rw-r--r--editors/TeXmacs/Makefile4
-rw-r--r--editors/TeXmacs/distinfo3
-rw-r--r--editors/TeXmacs/patches/patch-ab19
3 files changed, 22 insertions, 4 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index 3a5ef025cf6..d55818f5cbc 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/09/06 11:59:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2002/10/02 22:47:35 wiz Exp $
DISTNAME= TeXmacs-1.0.0.15-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.texmacs.org
COMMENT= GNU TeXmacs (free scientific text editor)
DEPENDS+= teTeX>=1.0:../../print/teTeX
-BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
ALL_TARGET= TEXMACS
@@ -23,7 +22,6 @@ MANCOMPRESSED= yes
LDFLAGS+= -Wl,-R${LOCALBASE}/libexec/${PKGNAME}/lib
pre-configure:
- ( cd ${WRKSRC} && autoconf )
${RM} ${WRKSRC}/misc/scripts/tm_axiom
.include "../../lang/guile/buildlink2.mk"
diff --git a/editors/TeXmacs/distinfo b/editors/TeXmacs/distinfo
index 66f807528a4..34129d0b62d 100644
--- a/editors/TeXmacs/distinfo
+++ b/editors/TeXmacs/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2002/09/06 11:59:39 wiz Exp $
+$NetBSD: distinfo,v 1.5 2002/10/02 22:47:35 wiz Exp $
SHA1 (TeXmacs-1.0.0.15-src.tar.gz) = a47fcb7ad8e556d25a99b04ce6bd600670951068
Size (TeXmacs-1.0.0.15-src.tar.gz) = 1594113 bytes
SHA1 (patch-aa) = 04304eae8e64e9683d8d45f0ae71c0c560dc0ed3
+SHA1 (patch-ab) = a3ecc1ea77d9de6be63d6d19ab820d916baf94b5
diff --git a/editors/TeXmacs/patches/patch-ab b/editors/TeXmacs/patches/patch-ab
new file mode 100644
index 00000000000..639bfd2524a
--- /dev/null
+++ b/editors/TeXmacs/patches/patch-ab
@@ -0,0 +1,19 @@
+$NetBSD: patch-ab,v 1.1 2002/10/02 22:47:36 wiz Exp $
+
+--- configure.orig Mon Aug 19 09:41:32 2002
++++ configure
+@@ -2804,12 +2753,12 @@ case "${host}" in
+ CONFIG_CXXOPTIMIZE="-O2"
+ CONFIG_LFLAGS=""
+ CONFIG_LSTATIC="-static"
+- CONFIG_LSHARED="-shared"
++ CONFIG_LSHARED="-shared ${LDFLAGS}"
+ CONFIG_LPATH="-Wl,-rpath,"
+ CONFIG_LX="$X_LIBS -lXext -lX11"
+ CONFIG_BFLAGS=""
+ CONFIG_BSTATIC="-Wl,-Bstatic"
+- CONFIG_BSHARED="-Wl,-Bdynamic"
++ CONFIG_BSHARED="-Wl,-Bdynamic ${LDFLAGS}"
+ CONFIG_BPATH="-Wl,-rpath,"
+ CONFIG_BX="$X_LIBS -lXext -lX11"
+ CONFIG_WORD_LENGTH="4"