diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 06:40:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 06:40:51 +0000 |
commit | 8111cde9648064b2e879108cc0bcd53134d28e15 (patch) | |
tree | b7fd9b0b466c77e27cc977bedfb31f8840b043d9 /audio/cantus_3/Makefile | |
parent | 671e9604248b4756727f5fcf2ce7a6052e0072ad (diff) | |
download | ports-8111cde9648064b2e879108cc0bcd53134d28e15.tar.gz ports-8111cde9648064b2e879108cc0bcd53134d28e15.zip |
Notes
Diffstat (limited to 'audio/cantus_3/Makefile')
-rw-r--r-- | audio/cantus_3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/cantus_3/Makefile b/audio/cantus_3/Makefile index 585c192074ce..ef7db33aa190 100644 --- a/audio/cantus_3/Makefile +++ b/audio/cantus_3/Makefile @@ -40,4 +40,10 @@ post-patch: @${REINPLACE_CMD} -e 's|PACKAGE_LIB_DIR "cantus-3.glade"|PACKAGE_DATA_DIR "/cantus/glade/cantus.glade"|'\ ${WRKSRC}/source/cantus/gui_controller.cc -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +IGNORE= includes i386 asm +.endif + +.include <bsd.port.post.mk> |