diff options
author | hans <hans@pkgsrc.org> | 2012-04-01 18:42:02 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-04-01 18:42:02 +0000 |
commit | ac53e23bf9e05da83d8b80b1e5f1868e8893dd77 (patch) | |
tree | 063f9ffbea603cdb7b2827ccda063d8b43f2e74d /multimedia/xine-lib/Makefile | |
parent | 9006e887c1926d4e9d5b8ffcdf21753be9212065 (diff) | |
download | pkgsrc-ac53e23bf9e05da83d8b80b1e5f1868e8893dd77.tar.gz |
Restore SunOS fixes that got lost in the update.
Diffstat (limited to 'multimedia/xine-lib/Makefile')
-rw-r--r-- | multimedia/xine-lib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index 88626289a51..b759a9a3f4e 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2012/03/24 13:21:43 drochner Exp $ +# $NetBSD: Makefile,v 1.98 2012/04/01 18:42:02 hans Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -40,6 +40,9 @@ PLIST.oss= yes .endif .endif +CPPFLAGS.SunOS+= -D__u32=uint32_t -DHAVE_SYSI86 +LDFLAGS.SunOS+= -lresolv + # flac is supported internally; don't know what the plugin is good for #.include "../../audio/flac/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" |