summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-02-14 22:20:55 +0000
committertnn <tnn@pkgsrc.org>2010-02-14 22:20:55 +0000
commit2f22de5f3cc7bcce0193098620b4e4b7880f24af (patch)
treedfdda38aede47b8ed31c99cbbb4fae851a46f1f9 /devel
parent62cd402eea0abffa2596a0aa9079315dc8cca06b (diff)
downloadpkgsrc-2f22de5f3cc7bcce0193098620b4e4b7880f24af.tar.gz
make tru64 build fix work with new libtool
Diffstat (limited to 'devel')
-rw-r--r--devel/libffi/Makefile4
1 files changed, 2 insertions, 2 deletions
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: