mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- 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
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201617
@ -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…
Reference in New Issue
Block a user