mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Fails to build under current.
This commit is contained in:
parent
fa3c1747ef
commit
0c53ddae00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10815
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 13 November 1997
|
||||
# Whom: jraynard
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/11/13 19:51:54 jraynard Exp $
|
||||
# $Id: Makefile,v 1.3 1997/11/15 10:47:30 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ElectricFence-2.0.5
|
||||
|
@ -16,6 +16,11 @@ MAINTAINER= jraynard@freebsd.org
|
|||
|
||||
MAN3= libefence.3
|
||||
|
||||
OSVERSION!= sysctl -n kern.osreldate
|
||||
.if ${OSVERSION} >= 300000
|
||||
BROKEN= "During build: ElectricFence Exiting: mmap() failed: Invalid argument"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libefence.a ${PREFIX}/lib
|
||||
${INSTALL_MAN} ${WRKSRC}/libefence.3 ${PREFIX}/man/man3
|
||||
|
|
Loading…
Add table
Reference in a new issue