Sync libttol with peter's suggestion,

and remove patches.aout, we dont need it anymore.
This commit is contained in:
Vanilla I. Shu 1999-02-02 13:54:00 +00:00
parent d1e1fa4161
commit 43346c0638
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16494
4 changed files with 30 additions and 18 deletions

View File

@ -1,16 +1,11 @@
# New ports collection makefile for: libffi
# Version required: 1.20
# Date created: 14, June, 1998
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
# Version required: 1.20
# Date created: 14, June, 1998
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
#
# $Id: Makefile,v 1.5 1998/10/24 17:14:23 vanilla Exp $
# $Id: Makefile,v 1.6 1998/11/16 15:55:46 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

@ -0,0 +1,11 @@
--- src/Makefile.in.orig Tue Feb 2 21:19:24 1999
+++ src/Makefile.in Tue Feb 2 21:19:34 1999
@@ -164,7 +164,7 @@
SOURCES = $(libffi_la_SOURCES) $(ffitest_SOURCES)
OBJECTS = $(libffi_la_OBJECTS) $(ffitest_OBJECTS)
-all: Makefile $(LTLIBRARIES) $(PROGRAMS)
+all: Makefile $(LTLIBRARIES)
.SUFFIXES:
.SUFFIXES: .S .c .lo .o .s

View File

@ -1,16 +1,11 @@
# New ports collection makefile for: libffi
# Version required: 1.20
# Date created: 14, June, 1998
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
# Version required: 1.20
# Date created: 14, June, 1998
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
#
# $Id: Makefile,v 1.5 1998/10/24 17:14:23 vanilla Exp $
# $Id: Makefile,v 1.6 1998/11/16 15:55:46 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

@ -0,0 +1,11 @@
--- src/Makefile.in.orig Tue Feb 2 21:19:24 1999
+++ src/Makefile.in Tue Feb 2 21:19:34 1999
@@ -164,7 +164,7 @@
SOURCES = $(libffi_la_SOURCES) $(ffitest_SOURCES)
OBJECTS = $(libffi_la_OBJECTS) $(ffitest_OBJECTS)
-all: Makefile $(LTLIBRARIES) $(PROGRAMS)
+all: Makefile $(LTLIBRARIES)
.SUFFIXES:
.SUFFIXES: .S .c .lo .o .s