aboutsummaryrefslogtreecommitdiffstats
path: root/audio/schism
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-03-25 16:53:22 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-03-25 16:53:22 +0800
commit1da87523d9b7fad186054f92bf445e79e0ff974f (patch)
treeb764b6c9d878d99fd6e3cdb4b6064dcd2038ec7d /audio/schism
parent0a142006248b1d4bc893165297b2de49d9638621 (diff)
downloadfreebsd-ports-gnome-1da87523d9b7fad186054f92bf445e79e0ff974f.tar.gz
freebsd-ports-gnome-1da87523d9b7fad186054f92bf445e79e0ff974f.tar.zst
freebsd-ports-gnome-1da87523d9b7fad186054f92bf445e79e0ff974f.zip
Adjust OSVERSION for extra patch in order to properly reflect the merge of log2
and log2f into libm.
Diffstat (limited to 'audio/schism')
-rw-r--r--audio/schism/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/schism/Makefile b/audio/schism/Makefile
index c0361ab919e2..74c014450b99 100644
--- a/audio/schism/Makefile
+++ b/audio/schism/Makefile
@@ -33,7 +33,8 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900027
+# after merging log2 and log2f into libm
+.if ${OSVERSION} >= 802502
EXTRA_PATCHES= ${FILESDIR}/extrapatch-modplug__snd_gm.c
.endif