mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
75758e7d51
/bin/sh ../libtool --mode=link cc -O -pipe -o ffitest ffitest.o libffi.la cc -O -pipe -o .libs/ffitest ffitest.o -Wl,-rpath -Wl,/usr/local/lib .libs/libffi.so .libs/libffi.so: undefined reference to `ffi_call_SYSV' .libs/libffi.so: undefined reference to `_ffi_prep_args' *** Error code 1
22 lines
493 B
Makefile
22 lines
493 B
Makefile
# New ports collection makefile for: libffi
|
|
# Version required: 1.18
|
|
# Date created: 14, June, 1998
|
|
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/08/10 00:08:48 steve Exp $
|
|
#
|
|
|
|
DISTNAME= libffi-1.18
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.cygnus.com:/pub/green/
|
|
|
|
MAINTAINER= horance@freedom.ie.cycu.edu.tw
|
|
|
|
BROKEN_ELF= libffi.so
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
ALL_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|