fix libtool option syntax
This commit is contained in:
parent
3cc8d4b443
commit
506c2d6910
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/07/17 17:00:06 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/04/26 20:01:25 steven Exp $
|
||||
|
||||
COMMENT= free library for decoding DTS Coherent Acoustics streams
|
||||
V= 0.0.5
|
||||
DISTNAME= libdca-${V}
|
||||
PKGNAME= libdca-${V}p0
|
||||
PKGNAME= libdca-${V}p1
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
SHARED_LIBS= dca 0.0
|
||||
CATEGORIES= audio
|
||||
|
@ -1,6 +1,15 @@
|
||||
$OpenBSD: patch-libdca_Makefile_in,v 1.1 2009/07/17 17:00:06 jolan Exp $
|
||||
--- libdca/Makefile.in.orig Tue Apr 10 07:31:23 2007
|
||||
+++ libdca/Makefile.in Fri Jul 17 11:52:37 2009
|
||||
$OpenBSD: patch-libdca_Makefile_in,v 1.2 2010/04/26 20:01:25 steven Exp $
|
||||
--- libdca/Makefile.in.orig Tue Apr 10 14:31:23 2007
|
||||
+++ libdca/Makefile.in Mon Apr 26 21:57:51 2010
|
||||
@@ -191,7 +191,7 @@ libdca_la_SOURCES = dca_internal.h tables.h tables_qua
|
||||
tables_huffman.h tables_fir.h tables_adpcm.h tables_vq.h \
|
||||
bitstream.h bitstream.c parse.c downmix.c
|
||||
|
||||
-libdca_la_LDFLAGS = -no-undefined -version 0:0:0 -export-symbol-regex dca_.*
|
||||
+libdca_la_LDFLAGS = -no-undefined -version-info 0:0:0 -export-symbols-regex dca_.*
|
||||
libdca_la_LIBADD = $(LIBDCA_LIBS)
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libdca.pc libdts.pc
|
||||
@@ -449,7 +449,6 @@ install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am: install-libLTLIBRARIES
|
||||
|
Loading…
Reference in New Issue
Block a user