From 2f22de5f3cc7bcce0193098620b4e4b7880f24af Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 14 Feb 2010 22:20:55 +0000 Subject: make tru64 build fix work with new libtool --- devel/libffi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index 1bc93fa90e6..05cac896470 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/01/16 16:28:58 asau Exp $ +# $NetBSD: Makefile,v 1.14 2010/02/14 22:20:55 tnn Exp $ # DISTNAME= libffi-3.0.9 @@ -25,7 +25,7 @@ PKGCONFIG_OVERRIDE+= libffi.pc.in # The Compaq C frontend groks .s, but not .S. Assemble osf.S directly w/ as(1). pre-build: .if !empty(PKGSRC_COMPILER:Mccc) - cd ${WRKSRC} && ./libtool --mode=compile --tag=CC as -I. -Iinclude -o src/alpha/osf.o -c src/alpha/osf.S + cd ${WRKSRC} && ./libtool --mode=compile --tag=CC as -I. -Iinclude -o src/alpha/osf.lo -c src/alpha/osf.S .endif # Since we don't have "TEST_DEPENDS", we implement it as a hack: -- cgit v1.2.3