diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-19 03:40:27 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-19 03:40:27 +0800 |
commit | a0e8733036e9ecd4fe02e027fa6015420ebaef9c (patch) | |
tree | ae6232733613463f1fcd803ab30dd1e38ab900ca /audio/libsidplay2/pkg-plist | |
parent | ae0670b3f81b715d8839bbffff7b29c573814cb5 (diff) | |
download | freebsd-ports-gnome-a0e8733036e9ecd4fe02e027fa6015420ebaef9c.tar.gz freebsd-ports-gnome-a0e8733036e9ecd4fe02e027fa6015420ebaef9c.tar.zst freebsd-ports-gnome-a0e8733036e9ecd4fe02e027fa6015420ebaef9c.zip |
Compile libresidc.a with -fPIC. The library isn't installed but is linked
into libresid-builder.a which some ports (e.g. xmms2) want to link into
shared libraries so it must be compiled with -fPIC.
Silence a check-plist error while here.
Reported by: amdmi3
Diffstat (limited to 'audio/libsidplay2/pkg-plist')
-rw-r--r-- | audio/libsidplay2/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libsidplay2/pkg-plist b/audio/libsidplay2/pkg-plist index eb9d13628f77..19a8220fc3ac 100644 --- a/audio/libsidplay2/pkg-plist +++ b/audio/libsidplay2/pkg-plist @@ -29,3 +29,4 @@ lib/libsidutils.so.0.0.4 lib/sidplay/builders/libresid-builder.a libdata/pkgconfig/libsidplay2.pc libdata/pkgconfig/libsidutils.pc +@comment @dir include/resid |