aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-08 09:53:40 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-08 09:53:40 +0000
commit207ccc9d956287e20ced362a54d83e2f4ca650ab (patch)
tree163dcf5eee074023456689259d9717615525838e /emulators
parentc8df1239a546515b77723b73dc127cff496048c7 (diff)
downloadports-207ccc9d956287e20ced362a54d83e2f4ca650ab.tar.gz
ports-207ccc9d956287e20ced362a54d83e2f4ca650ab.zip
MFH: r541475
emulators/simh-hp2100: fix build on GCC architectures GCC architectures don't have clang. Tested to build on both 12.1 with GCC and head with LLVM. Approved by: portmgr (fix build blanket)
Notes
Notes: svn path=/branches/2020Q3/; revision=541476
Diffstat (limited to 'emulators')
-rw-r--r--emulators/simh-hp2100/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/simh-hp2100/Makefile b/emulators/simh-hp2100/Makefile
index a3ed1f251dac..18e3bfcb232b 100644
--- a/emulators/simh-hp2100/Makefile
+++ b/emulators/simh-hp2100/Makefile
@@ -34,7 +34,7 @@ SUB_FILES= hp2100.1
.include <bsd.port.pre.mk>
do-build:
- (cd ${WRKSRC}; GCC=clang ${GMAKE} -C SCP hp2100)
+ (cd ${WRKSRC}; GCC="${CC}" ${GMAKE} -C SCP hp2100)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hp2100 ${STAGEDIR}${PREFIX}/bin