pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libtheora The Solaris linker doesn't know t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/befb16626594
branches:  trunk
changeset: 506746:befb16626594
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jan 21 14:14:53 2006 +0000

description:
The Solaris linker doesn't know the --version-script option. Patch by
Gilles Dauphin in PR 32557.

diffstat:

 multimedia/libtheora/distinfo         |   4 ++--
 multimedia/libtheora/patches/patch-aa |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r daf676e07ef6 -r befb16626594 multimedia/libtheora/distinfo
--- a/multimedia/libtheora/distinfo     Sat Jan 21 13:27:21 2006 +0000
+++ b/multimedia/libtheora/distinfo     Sat Jan 21 14:14:53 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2005/10/12 21:59:42 wiz Exp $
+$NetBSD: distinfo,v 1.7 2006/01/21 14:14:53 rillig Exp $
 
 SHA1 (libtheora-1.0alpha5.tar.bz2) = 8e740ccd7219861de83ac17ecceb13c02ed7e24a
 RMD160 (libtheora-1.0alpha5.tar.bz2) = 47317a42ef6165a167dc45bb697d6528e1209469
 Size (libtheora-1.0alpha5.tar.bz2) = 1765512 bytes
-SHA1 (patch-aa) = 7a0642c237d6e8a438a1fa2d2449c9ec0087a57b
+SHA1 (patch-aa) = 526a7a5e0688d4fe7f0b7e22fcd9fed46f976413
 SHA1 (patch-ab) = c98e9acac047fb51c4835b782906ecfe02b92e01
 SHA1 (patch-ac) = 37f60ea4ea3292f8302417eed52ef9b549f05947
diff -r daf676e07ef6 -r befb16626594 multimedia/libtheora/patches/patch-aa
--- a/multimedia/libtheora/patches/patch-aa     Sat Jan 21 13:27:21 2006 +0000
+++ b/multimedia/libtheora/patches/patch-aa     Sat Jan 21 14:14:53 2006 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.2 2005/10/12 21:59:42 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2006/01/21 14:14:53 rillig Exp $
 
 --- configure.orig     2005-08-20 20:44:13.000000000 +0200
-+++ configure
++++ configure  2006-01-21 15:13:32.000000000 +0100
+@@ -19322,7 +19322,7 @@ CFLAGS="$CFLAGS $cflags_save"
+ LDFLAGS="$LDFLAGS $ldflags_save"
+ 
+ case "$target_os" in
+-      linux* | solaris* )
++      linux*)
+               SHLIB_VERSION_ARG="-Wl,--version-script=Version_script"
+               ;;
+       *)
 @@ -20102,6 +20102,8 @@ fi
  HAVE_SDL=no
  



Home | Main Index | Thread Index | Old Index