diff options
author | grant <grant> | 2003-09-12 20:07:06 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-12 20:07:06 +0000 |
commit | ce38ace1bd6699a873f2a02723d9c58caa97f1b2 (patch) | |
tree | b596b8542a4a5c038a220ab491f50d77e0be34b2 /editors/xemacs-current | |
parent | cfe471df27acf5198b517181bd2e3279396823ca (diff) | |
download | pkgsrc-ce38ace1bd6699a873f2a02723d9c58caa97f1b2.tar.gz |
kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.
the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.
more changes to come later...
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 116caecb1ae..ee48aa0ca99 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/09/06 17:01:42 magick Exp $ +# $NetBSD: Makefile,v 1.29 2003/09/12 20:07:14 grant Exp $ DISTNAME= xemacs-21.5.15 CATEGORIES= editors @@ -15,7 +15,7 @@ PLIST_SUBST+= EMACSVER=xemacs-21.5-b15 MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b15 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -. include "../../mk/gcc.buildlink2.mk" +USE_GCC2= # defined .endif .include "../../mk/bsd.prefs.mk" |