svn commit: r315204 - head/audio/schism

Emanuel Haupt ehaupt at FreeBSD.org
Mon Mar 25 08:53:23 UTC 2013


Author: ehaupt
Date: Mon Mar 25 08:53:22 2013
New Revision: 315204
URL: http://svnweb.freebsd.org/changeset/ports/315204

Log:
  Adjust OSVERSION for extra patch in order to properly reflect the merge of log2
  and log2f into libm.

Modified:
  head/audio/schism/Makefile

Modified: head/audio/schism/Makefile
==============================================================================
--- head/audio/schism/Makefile	Mon Mar 25 08:41:13 2013	(r315203)
+++ head/audio/schism/Makefile	Mon Mar 25 08:53:22 2013	(r315204)
@@ -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
 


More information about the svn-ports-head mailing list