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 | |
parent | 9006e887c1926d4e9d5b8ffcdf21753be9212065 (diff) | |
download | pkgsrc-ac53e23bf9e05da83d8b80b1e5f1868e8893dd77.tar.gz |
Restore SunOS fixes that got lost in the update.
Diffstat (limited to 'multimedia/xine-lib')
-rw-r--r-- | multimedia/xine-lib/Makefile | 5 | ||||
-rw-r--r-- | multimedia/xine-lib/distinfo | 4 | ||||
-rw-r--r-- | multimedia/xine-lib/patches/patch-ag | 10 |
3 files changed, 15 insertions, 4 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" diff --git a/multimedia/xine-lib/distinfo b/multimedia/xine-lib/distinfo index bcbee137c3d..25eaf37248f 100644 --- a/multimedia/xine-lib/distinfo +++ b/multimedia/xine-lib/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.80 2012/03/21 16:37:15 drochner Exp $ +$NetBSD: distinfo,v 1.81 2012/04/01 18:42:02 hans Exp $ SHA1 (xine-lib-1.2.1.tar.bz2) = c86591ff9fb6b073b8d115fa31b5a74a305e8628 RMD160 (xine-lib-1.2.1.tar.bz2) = eb6dab8418eebf0ee5f210efd085ae09367f624e Size (xine-lib-1.2.1.tar.bz2) = 6197175 bytes SHA1 (patch-Makefile.am) = 3cfff7a6941015921c166f9a67159a5bb3ca0204 SHA1 (patch-ad) = 94aaac03f74c72a1ca753d1320aac07d1bb8a846 -SHA1 (patch-ag) = ee91008cf6dc3afec3f7f1280bd8983a3be8e273 +SHA1 (patch-ag) = 0bdd5910ad7c446bdec5abac3292bcab7a4147ee SHA1 (patch-aj) = 4215c3bc37cf636e563a509f9a391081ed8e773b SHA1 (patch-ak) = 987700e6526b5112ac66bd6a8f9ee41f338c3508 SHA1 (patch-ap) = d48fa83879895d4b1f56bfbcbe31087dd57d8a82 diff --git a/multimedia/xine-lib/patches/patch-ag b/multimedia/xine-lib/patches/patch-ag index 1ff816b358e..b3d6bf16684 100644 --- a/multimedia/xine-lib/patches/patch-ag +++ b/multimedia/xine-lib/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.24 2012/03/21 16:37:15 drochner Exp $ +$NetBSD: patch-ag,v 1.25 2012/04/01 18:42:02 hans Exp $ --- configure.ac.orig 2012-02-04 00:41:43.000000000 +0000 +++ configure.ac @@ -24,3 +24,11 @@ $NetBSD: patch-ag,v 1.24 2012/03/21 16:37:15 drochner Exp $ dnl ---------------- dnl checks for types +@@ -908,6 +916,7 @@ AC_CHECK_FUNCS([strncasecmp _strnicmp], + + AC_FUNC_FSEEKO + ++AC_LIBOBJ(dummy) + AC_REPLACE_FUNCS([asprintf basename gettimeofday setenv strcasestr strndup strpbrk strsep strtok_r timegm unsetenv memmem]) + + AC_LIBSOURCE([hstrerror.c]) |