summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortv <tv>1998-05-23 15:42:58 +0000
committertv <tv>1998-05-23 15:42:58 +0000
commit608781eb4e81640255718352fb5549d1b599c0dd (patch)
tree39d067c589646253ef5fea9286fb74f110e07fa1 /editors
parent63a48b88c3dcb99b5e646ecd3dd603ce124ae764 (diff)
downloadpkgsrc-608781eb4e81640255718352fb5549d1b599c0dd.tar.gz
Fix --host= rule to use a three part architecture, and fix GNU pkgs to use
the new automatic --host= setting. Now all GNU pkgs should work on all archs (including arm32), except emacs/xemacs, which I'll fix soon.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 17a3ebab613..a07e8523d7b 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 1998/04/22 14:22:41 agc Exp $
+# $NetBSD: Makefile,v 1.22 1998/05/23 15:42:58 tv Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -28,7 +28,7 @@ DEPENDS+= jpeg-6a:../../graphics/jpeg
DEPENDS+= Xaw3d-1.3:../../x11/Xaw3d
DEPENDS+= png-0.96:../../graphics/png
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
WITH_DIALOGS= --with-dialogs=athena3d
@@ -37,8 +37,7 @@ WITH_MULE= --with-mule
DISTFILES+= xemacs-20.3-mule.tar.gz
.endif
-CONFIGURE_ARGS+= ${ARCH}--`echo ${OPSYS}|tr [A-Z] [a-z]` --prefix=${PREFIX} \
- --site-includes=${PREFIX}/include \
+CONFIGURE_ARGS+=--site-includes=${PREFIX}/include \
${WITH_SOUND} \
--site-libraries=${PREFIX}/lib \
--sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \