diff options
author | joerg <joerg> | 2009-05-09 13:22:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-05-09 13:22:55 +0000 |
commit | ba4fe9d0b8178f515bcf782c4fa079fa1e8afa1a (patch) | |
tree | ad5ff320cc996bd71bf54902e6841c5df7a32df6 /audio/speex | |
parent | 5df8c3feca004e2ec6140a9a6b405558e558af9e (diff) | |
download | pkgsrc-ba4fe9d0b8178f515bcf782c4fa079fa1e8afa1a.tar.gz |
Fix getopt linkage for Solaris. From Timothy Larson in PR 41176.
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/distinfo | 4 | ||||
-rw-r--r-- | audio/speex/patches/patch-ab | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/audio/speex/distinfo b/audio/speex/distinfo index 0e4f4b8367a..c6a141803f1 100644 --- a/audio/speex/distinfo +++ b/audio/speex/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2008/11/08 21:06:46 bjs Exp $ +$NetBSD: distinfo,v 1.13 2009/05/09 13:22:55 joerg Exp $ SHA1 (speex-1.2rc1.tar.gz) = 52daa72572e844e5165315e208da539b2a55c5eb RMD160 (speex-1.2rc1.tar.gz) = 6f4a11ef910b0db9b820826bcac3da1b79cad3a1 Size (speex-1.2rc1.tar.gz) = 1061882 bytes -SHA1 (patch-ab) = f597b1bcc4444e025e7029a6fc17948a73d5980b +SHA1 (patch-ab) = 377ce413ee4a644327841597ba182f1b67e8eab8 diff --git a/audio/speex/patches/patch-ab b/audio/speex/patches/patch-ab index 0069ed8ee13..41852bc751a 100644 --- a/audio/speex/patches/patch-ab +++ b/audio/speex/patches/patch-ab @@ -1,7 +1,16 @@ -$NetBSD: patch-ab,v 1.5 2008/11/08 21:06:46 bjs Exp $ +$NetBSD: patch-ab,v 1.6 2009/05/09 13:22:55 joerg Exp $ --- src/Makefile.in.orig 2008-07-20 22:17:20.000000000 -0400 +++ src/Makefile.in +@@ -138,7 +138,7 @@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + LDFLAGS = @LDFLAGS@ + LIBOBJS = @LIBOBJS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ ${LIBGETOPT} + LIBTOOL = @LIBTOOL@ + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ @@ -224,11 +224,11 @@ include_HEADERS = noinst_HEADERS = wav_io.h speexenc_SOURCES = speexenc.c wav_io.c skeleton.c |