Add the patch for aout.

Submitted by:	maintainer.
This commit is contained in:
Vanilla I. Shu 1998-11-16 15:55:46 +00:00
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

View file

@ -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/

View file

@ -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/