aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-24 20:47:18 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-24 20:48:38 +0000
commit98d2af5ea56dbe5f22e54724f775a3804ae2677f (patch)
treeca2810b1aa51e2f049515cd82cb70328ef01be1e /audio
parent60857c34a9277b2ee0be468c6add2707d3b06ad6 (diff)
downloadports-98d2af5ea56dbe5f22e54724f775a3804ae2677f.tar.gz
ports-98d2af5ea56dbe5f22e54724f775a3804ae2677f.zip
Diffstat (limited to 'audio')
-rw-r--r--audio/libsidplay/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile
index 02281e5b4dcb..67081ebb6686 100644
--- a/audio/libsidplay/Makefile
+++ b/audio/libsidplay/Makefile
@@ -24,4 +24,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CONFIGURE_ARGS_i386= --enable-optendian --enable-optfixpoint
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
+CPPFLAGS+= -Dregister=
+.endif
+
.include <bsd.port.mk>