diff options
author | linimon <linimon@FreeBSD.org> | 2019-07-13 08:07:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-07-13 08:07:35 +0800 |
commit | 0cb3a7544642e7f4e4f214184cf394b4aecfe7bd (patch) | |
tree | abd62ebf5876447e6703d59978de852efd7daca3 /graphics | |
parent | 115e0d546ae741e28b493f352478b97a2062afd7 (diff) | |
download | freebsd-ports-gnome-0cb3a7544642e7f4e4f214184cf394b4aecfe7bd.tar.gz freebsd-ports-gnome-0cb3a7544642e7f4e4f214184cf394b4aecfe7bd.tar.zst freebsd-ports-gnome-0cb3a7544642e7f4e4f214184cf394b4aecfe7bd.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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/comical/Makefile | 2 |
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 |