Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/babl/files: babl-0.1.0-build-fixes.patch
Date: Tue, 01 Sep 2009 03:41:15
Message-Id: E1MiP3z-00018J-0D@stork.gentoo.org
1 patrick 09/09/01 08:50:03
2
3 Added: babl-0.1.0-build-fixes.patch
4 Log:
5 Bump to 0.1.0, fixes half of #281264
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/babl/files/babl-0.1.0-build-fixes.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/babl/files/babl-0.1.0-build-fixes.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/babl/files/babl-0.1.0-build-fixes.patch?rev=1.1&content-type=text/plain
13
14 Index: babl-0.1.0-build-fixes.patch
15 ===================================================================
16 --- babl-0.1.0.orig/extensions/Makefile.am 2009-04-17 12:05:15.000000000 -0500
17 +++ babl-0.1.0/extensions/Makefile.am 2009-08-19 00:53:21.435970261 -0500
18 @@ -1,7 +1,7 @@
19 if OS_WIN32
20 AM_LDFLAGS = -module -no-undefined
21 else
22 -AM_LDFLAGS = -module
23 +AM_LDFLAGS = -module -avoid-version
24 endif
25
26 noinst_HEADERS = util.h
27 @@ -12,7 +12,7 @@
28 -I$(top_srcdir)/babl \
29 -I$(top_srcdir)/extensions
30
31 -extdir = $(DESTDIR)$(libdir)/babl-@BABL_API_VERSION@
32 +extdir = $(libdir)/babl-@BABL_API_VERSION@
33 ext_LTLIBRARIES = \
34 CIE-Lab.la \
35 gegl-fixups.la \