diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-09-26 04:22:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-09-26 04:22:23 +0000 |
commit | 2c57f52a457a4f105c9c2fab61c8d057efb0a724 (patch) | |
tree | 8f37e0a91a1fe0e95669c5e7eff2c4a9128a2ac3 /x11-toolkits/Xaw3d | |
parent | 28171eb2f759dcb5d0a5f77fa5e015ce0346ccbe (diff) | |
download | ports-2c57f52a457a4f105c9c2fab61c8d057efb0a724.tar.gz ports-2c57f52a457a4f105c9c2fab61c8d057efb0a724.zip |
Notes
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 09a8ddcb0c27..b237409e3f45 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -31,7 +31,7 @@ post-extract: cd ${WRKSRC}/X11/Xaw3d; ${LN} -sf ../../*.h . # Workaround a bug in egcs on FreeBSD/Alpha. -.if ${MACHINE_ARCH} == "alpha" +.if ${ARCH} == "alpha" post-configure: @(cd ${WRKSRC}; ${MV} Makefile Makefile.orig; ${SED} -e \ 's/CDEBUGFLAGS = -O/CDEBUGFLAGS =/g' Makefile.orig > Makefile) |