diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 01:35:31 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 01:35:31 +0000 |
commit | f84d90bf09f78e697c987cf1552656bbfa3258b1 (patch) | |
tree | d382019ad8b5c04f0bfc9cfc6a487e28e19e2500 /devel/libffi/pkg-plist | |
parent | a8f996a1ad6103a519f6870179d7db6563751637 (diff) | |
download | FreeBSD-ports-f84d90bf09f78e697c987cf1552656bbfa3258b1.zip FreeBSD-ports-f84d90bf09f78e697c987cf1552656bbfa3258b1.tar.gz |
Convert to ELF and remove leading underscores so this builds
again.
Diffstat (limited to 'devel/libffi/pkg-plist')
-rw-r--r-- | devel/libffi/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libffi/pkg-plist b/devel/libffi/pkg-plist index 3a8e0e2..e5137d0 100644 --- a/devel/libffi/pkg-plist +++ b/devel/libffi/pkg-plist @@ -5,5 +5,5 @@ lib/libffi.la lib/libffi.a lib/libffi.so lib/libffi.so.2.1 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |