Add the patch for aout.
Submitted by: maintainer.
This commit is contained in:
parent
2447a921c2
commit
41d0adc86f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14564
2 changed files with 12 additions and 2 deletions
|
@ -3,9 +3,14 @@
|
|||
# Date created: 14, June, 1998
|
||||
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/10/22 06:33:45 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1998/10/24 17:14:23 vanilla Exp $
|
||||
#
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
PATCHDIR= ${.CURDIR}/patches.aout
|
||||
.endif
|
||||
DISTNAME= libffi-1.20
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.cygnus.com/pub/green/
|
||||
|
|
|
@ -3,9 +3,14 @@
|
|||
# Date created: 14, June, 1998
|
||||
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/10/22 06:33:45 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1998/10/24 17:14:23 vanilla Exp $
|
||||
#
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
PATCHDIR= ${.CURDIR}/patches.aout
|
||||
.endif
|
||||
DISTNAME= libffi-1.20
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.cygnus.com/pub/green/
|
||||
|
|
Loading…
Reference in a new issue