Magellan Linux

Annotation of /trunk/babl/patches/babl-0.1.0-build-fixes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 953 - (hide annotations) (download)
Wed Dec 23 22:34:06 2009 UTC (14 years, 5 months ago) by niro
File size: 551 byte(s)
added patches for babl

1 niro 953 --- babl-0.1.0.orig/extensions/Makefile.am 2009-04-17 12:05:15.000000000 -0500
2     +++ babl-0.1.0/extensions/Makefile.am 2009-08-19 00:53:21.435970261 -0500
3     @@ -1,7 +1,7 @@
4     if OS_WIN32
5     AM_LDFLAGS = -module -no-undefined
6     else
7     -AM_LDFLAGS = -module
8     +AM_LDFLAGS = -module -avoid-version
9     endif
10    
11     noinst_HEADERS = util.h
12     @@ -12,7 +12,7 @@
13     -I$(top_srcdir)/babl \
14     -I$(top_srcdir)/extensions
15    
16     -extdir = $(DESTDIR)$(libdir)/babl-@BABL_API_VERSION@
17     +extdir = $(libdir)/babl-@BABL_API_VERSION@
18     ext_LTLIBRARIES = \
19     CIE-Lab.la \
20     gegl-fixups.la \