diff options
author | jmc <jmc@pkgsrc.org> | 2003-05-11 07:12:49 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-05-11 07:12:49 +0000 |
commit | 17e95842a78bd1bfe15e4f9b7220dfa4ea29624e (patch) | |
tree | bae6ac7e46c715377bcc8e55c4f86716afee68b5 /devel/ffcall/PLIST.shared | |
parent | a2a3feb0bb4b9a834e79649348114906e6a8cf34 (diff) | |
download | pkgsrc-17e95842a78bd1bfe15e4f9b7220dfa4ea29624e.tar.gz |
Bump PKGREVISION and add option to make shared libraries out of avcall
and callback. This is needed for GNUStep as it links against these libraries
with it's shared lib. Only tested/enabled on powerpc right now as it's the
only platform I've seen stumble across this (x86 isn't affected due to
differing reloc type restrictions in code/libraries).
Diffstat (limited to 'devel/ffcall/PLIST.shared')
-rw-r--r-- | devel/ffcall/PLIST.shared | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/ffcall/PLIST.shared b/devel/ffcall/PLIST.shared new file mode 100644 index 00000000000..05954d9bf1c --- /dev/null +++ b/devel/ffcall/PLIST.shared @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST.shared,v 1.1 2003/05/11 07:12:49 jmc Exp $ +lib/libavcall.so.0.0 +lib/libavcall.so.0 +lib/libavcall.so +lib/libcallback.so.0.0 +lib/libcallback.so.0 +lib/libcallback.so |