diff options
author | tnn <tnn> | 2010-02-14 22:20:55 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-02-14 22:20:55 +0000 |
commit | d067d484129734ac3ff15ab2c17a7bfd66c6d5ce (patch) | |
tree | dfdda38aede47b8ed31c99cbbb4fae851a46f1f9 /devel/libffi | |
parent | 00e849521c9728444fea56022392663877d8380f (diff) | |
download | pkgsrc-d067d484129734ac3ff15ab2c17a7bfd66c6d5ce.tar.gz |
make tru64 build fix work with new libtool
Diffstat (limited to 'devel/libffi')
-rw-r--r-- | devel/libffi/Makefile | 4 |
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: |