aboutsummaryrefslogtreecommitdiff
path: root/audio/csound
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-06-25 00:29:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-06-25 00:29:09 +0000
commit45cb752a04894d48090981be1a7d2f549f2b684f (patch)
treeec081b06d4ac1171d90c17f7c227c9b2007dc591 /audio/csound
parent5b72408838c185b3a8f6d14cd522ed27f7fd4ed2 (diff)
downloadports-45cb752a04894d48090981be1a7d2f549f2b684f.tar.gz
ports-45cb752a04894d48090981be1a7d2f549f2b684f.zip
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=444251
Diffstat (limited to 'audio/csound')
-rw-r--r--audio/csound/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index 86a6030b3f98..c057f6048acf 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -21,6 +21,8 @@ BUILD_DEPENDS= swig13>0:devel/swig13 \
gmm++>0:math/gmm++
LIB_DEPENDS= libsndfile.so:audio/libsndfile
+BROKEN_powerpc64= Does not build
+
PORTSCOUT= limit:^5\.
CONFLICTS_INSTALL= outguess-* csound6
@@ -104,7 +106,7 @@ DOCS_DISTFILES= Csound${PORTVERSION:R}_manual_html.zip:manual
.include <bsd.port.pre.mk>
-.if ${ARCH} == amd64 || ${ARCH} == sparc64 || ${ARCH} == ia64
+.if ${ARCH} == amd64 || ${ARCH} == sparc64
MAKE_ARGS+= Word64=1
.endif
@@ -112,8 +114,6 @@ MAKE_ARGS+= Word64=1
CXXLIB= c++
.endif
-BROKEN_powerpc64= Does not build
-
post-patch:
@${SED} -e "s|%%LOCALBASE%%|${LOCALBASE}|g; \
s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|" \