Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger/files: schroedinger-1.0.9-asneeded.patch
Date: Wed, 21 Apr 2010 17:03:12
Message-Id: 20100421160458.B0E962C05D@corvid.gentoo.org
1 ssuominen 10/04/21 16:04:58
2
3 Added: schroedinger-1.0.9-asneeded.patch
4 Log:
5 Version bump, clean up
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/schroedinger/files/schroedinger-1.0.9-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/files/schroedinger-1.0.9-asneeded.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/files/schroedinger-1.0.9-asneeded.patch?rev=1.1&content-type=text/plain
13
14 Index: schroedinger-1.0.9-asneeded.patch
15 ===================================================================
16 --- testsuite/Makefile.am
17 +++ testsuite/Makefile.am
18 @@ -34,7 +34,7 @@
19
20 AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) $(ORC_CFLAGS) \
21 -DSCHRO_ENABLE_UNSTABLE_API
22 -LDADD = $(LIBM) libschrotest.la $(SCHRO_LIBS)
23 +LDADD = $(LIBM) libschrotest.la $(SCHRO_LIBS) -lorc-test-0.4
24
25 libschrotest_la_SOURCES = common.c
26 libschrotest_la_LIBADD = $(SCHRO_LIBS) $(ORC_LIBS) -lorc-test-0.4 $(LIBM)