archrelease: copy trunk to extra-x86_64
[arch-packages.git] / portsmf / trunk / portsmf-shared.patch
blob90815a4efb31c32913c424fb0ea0f7e737475441
1 --- portsmf/configure.ac.orig 2013-06-22 20:54:59.000000000 +0200
2 +++ portsmf/configure.ac 2013-06-22 21:52:25.212040115 +0200
3 @@ -23,7 +23,7 @@
4 dnl keep autools files in a subdirectory
5 AC_CONFIG_AUX_DIR(autotools)
6 # which also contains a subdir containing macros
7 -AC_CONFIG_MACRO_DIR([autotools/m4])
8 +dnl AC_CONFIG_MACRO_DIR([autotools/m4])
9 dnl set up automake
10 AM_INIT_AUTOMAKE([-Wall foreign])
11 dnl Audacity policy: don't enable automatic rebuild of configure et al if
12 @@ -49,7 +49,7 @@
13 dnl we will need an "install" program to be available
14 AC_PROG_INSTALL
15 dnl and ranlib for static libraries
16 -AC_PROG_RANLIB
17 +AC_PROG_LIBTOOL
19 dnl Make the install prefix available to the program so that the pkg-config file
20 dnl can be created correctly
21 --- portsmf/Makefile.am.orig 2013-06-22 20:55:00.000000000 +0200
22 +++ portsmf/Makefile.am 2013-06-22 21:52:52.898705781 +0200
23 @@ -6,10 +6,10 @@
24 ACLOCAL_AMFLAGS = -I autotools/m4
26 # define the output library (link with -lportSMF)
27 -lib_LIBRARIES = libportSMF.a
28 +lib_LTLIBRARIES = libportSMF.la
30 # define the source files to use
31 -libportSMF_a_SOURCES = allegro.cpp \
32 +libportSMF_la_SOURCES = allegro.cpp \
33 allegrosmfwr.cpp \
34 allegrord.cpp \
35 allegrowr.cpp \