diff options
author | uebayasi <uebayasi> | 2005-03-03 16:16:03 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2005-03-03 16:16:03 +0000 |
commit | 9e1a3f43eb08302fe8a4cbf03e802c39ef1e8f86 (patch) | |
tree | 0b979a07cb853493c71709a07ae49297e26ea248 /editors/xemacs-nox11 | |
parent | 6171f853787ea3709d44223053a82f534d6c7262 (diff) | |
download | pkgsrc-9e1a3f43eb08302fe8a4cbf03e802c39ef1e8f86.tar.gz |
* Correct PLIST when !defined(PKG_OPTIONS.xemacs:Mcanna).
* Move library/header path configurations from xemacs/Makefile.common
to xemacs/Makefile and xemacs-nox11/Makefile. Don't add X-related
paths for -nox11. Fix build failure reported by bulk builds.
Diffstat (limited to 'editors/xemacs-nox11')
-rw-r--r-- | editors/xemacs-nox11/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile index bcd0ccb4944..4fa19fa8077 100644 --- a/editors/xemacs-nox11/Makefile +++ b/editors/xemacs-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/02/15 03:01:57 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2005/03/03 16:16:03 uebayasi Exp $ .include "../../editors/xemacs/Makefile.common" @@ -17,5 +17,8 @@ CONFIGURE_ARGS+= --without-jpeg # XXX -nox CONFIGURE_ARGS+= --without-png # XXX -nox CONFIGURE_ARGS+= --without-tiff # XXX -nox CONFIGURE_ARGS+= --without-xpm # XXX -nox +CONFIGURE_ARGS+= --site-includes=${BUILDLINK_DIR}/include +CONFIGURE_ARGS+= --site-libraries=${BUILDLINK_DIR}/lib +CONFIGURE_ARGS+= --site-runtime-libraries=${LOCALBASE}/lib .include "../../mk/bsd.pkg.mk" |