aboutsummaryrefslogtreecommitdiff
path: root/graphics/comical
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-07-13 00:07:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-07-13 00:07:35 +0000
commitfeee6ce9d61c0e3eb1c200e4adbe5dac8b2b887a (patch)
treeabd62ebf5876447e6703d59978de852efd7daca3 /graphics/comical
parentdf8230f473a59350229f2e498383a9029cfb1f82 (diff)
downloadports-feee6ce9d61c0e3eb1c200e4adbe5dac8b2b887a.tar.gz
ports-feee6ce9d61c0e3eb1c200e4adbe5dac8b2b887a.zip
Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc". Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=506498
Diffstat (limited to 'graphics/comical')
-rw-r--r--graphics/comical/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile
index 1cdf989054f6..9e3bfad3bde1 100644
--- a/graphics/comical/Makefile
+++ b/graphics/comical/Makefile
@@ -41,7 +41,7 @@ PLIST_FILES= bin/comical \
pre-patch:
@${MV} ${WRKSRC}/Comical\ Icons ${WRKSRC}/ComicalIcons
-.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
+.if ${CHOSEN_COMPILER_TYPE} == gcc
pre-configure:
${REINPLACE_CMD} -e 's|-Wno-unused-local-typedef||' ${WRKSRC}/src/Makefile
.endif