diff options
author | cjep <cjep@pkgsrc.org> | 2002-05-21 07:41:39 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-05-21 07:41:39 +0000 |
commit | f1e85d7155848d084ea92acb7b4bb366b05a22db (patch) | |
tree | 52d4d15a4e4809642488c4d8e74ff465eaa2eda4 /x11 | |
parent | 7b2dd089190a7bcc8eb24d3a24cab1940549855f (diff) | |
download | pkgsrc-f1e85d7155848d084ea92acb7b4bb366b05a22db.tar.gz |
Use gcc-2.95.3 on arm32 to avoid internal compiler error(s).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xphoon/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile index b1594bb22a1..8e61dbad1d0 100644 --- a/x11/xphoon/Makefile +++ b/x11/xphoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/07/18 15:15:29 nra Exp $ +# $NetBSD: Makefile,v 1.3 2002/05/21 07:41:39 cjep Exp $ # DISTNAME= xphoon.tar @@ -14,6 +14,10 @@ COMMENT= Set the root window to the moon in its current phase WRKSRC= ${WRKDIR}/xphoon +.if (${MACHINE_ARCH} == arm32) +.include "../../lang/gcc/Makefile.gcc" +.endif + USE_IMAKE= yes MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS} |