forked from Lainports/freebsd-ports
- Fix build with gcc 4.2
PR: 117240 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
This commit is contained in:
parent
e03036df63
commit
91f9e97cf4
2 changed files with 8 additions and 3 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= send
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt ipv6
|
||||
MASTER_SITES= #http://www.docomolabs-usa.com/lab_osrc_guide.html
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
|
@ -25,8 +26,12 @@ PORTDOCS= UserGuide.pdf
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 600000
|
||||
BROKEN= doesn't compile in FreeBSD > 6.0
|
||||
.if ${OSVERSION} < 600000
|
||||
BROKEN= doesn't compile in FreeBSD < 6.0
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 700000
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_pkixip__ext__asn.h
|
||||
.endif
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSD: /tmp/pcvs/ports/net-mgmt/send/files/Attic/extra-patch-include_pkixip__ext__asn.h,v 1.1 2007-10-17 11:06:46 miwi Exp $
|
||||
|
||||
--- include/pkixip_ext_asn.h.orig
|
||||
+++ include/pkixip_ext_asn.h
|
||||
Loading…
Add table
Reference in a new issue