svn commit: r302742 - head/devel/zziplib

Michael Scheidell scheidell at FreeBSD.org
Sat Aug 18 21:48:37 UTC 2012


Author: scheidell
Date: Sat Aug 18 21:48:35 2012
New Revision: 302742
URL: http://svn.freebsd.org/changeset/ports/302742

Log:
  - Unbreak for FreeBSD > 7.4 amd64
  
  PR:		ports/170548
  Submitted by:	Dominic Fandrey <kamikaze at bsdforen.de>
  Approved by:	port@

Modified:
  head/devel/zziplib/Makefile

Modified: head/devel/zziplib/Makefile
==============================================================================
--- head/devel/zziplib/Makefile	Sat Aug 18 21:23:24 2012	(r302741)
+++ head/devel/zziplib/Makefile	Sat Aug 18 21:48:35 2012	(r302742)
@@ -69,7 +69,7 @@ PLIST_SUB+=	SDL="@comment "
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
+.if ${OSVERSION} < 740000 && ${ARCH} == "amd64"
 BROKEN=		segfaults during build
 .endif
 



More information about the svn-ports-head mailing list