Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 21:48:36 +0000 (UTC)
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302742 - head/devel/zziplib
Message-ID:  <201208182148.q7ILmamf084475@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208182148.q7ILmamf084475>