diff options
author | tv <tv@pkgsrc.org> | 1998-05-23 15:42:58 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-05-23 15:42:58 +0000 |
commit | 92d05560674d09484aec14cd80a5bfa055982ac1 (patch) | |
tree | 39d067c589646253ef5fea9286fb74f110e07fa1 /editors | |
parent | b8f79875d07a97a5e97a751becac6abf07bc8ab2 (diff) | |
download | pkgsrc-92d05560674d09484aec14cd80a5bfa055982ac1.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/Makefile | 7 |
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" \ |