diff options
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} |