]> git.pld-linux.org Git - packages/cinepaint.git/blob - cinepaint-link.patch
Release 12 (by relup.sh)
[packages/cinepaint.git] / cinepaint-link.patch
1 --- cinepaint/lib/Makefile.am.orig      2007-10-25 12:17:36.000000000 +0200
2 +++ cinepaint/lib/Makefile.am   2013-03-23 21:27:13.098112559 +0100
3 @@ -18,7 +18,8 @@
4  
5  libcinepaint_la_LIBADD = \
6         ./wire/libwire.la \
7 -       $(top_builddir)/libhalf/libcinepaintHalf.la
8 +       $(top_builddir)/libhalf/libcinepaintHalf.la \
9 +       $(GTK_LIBS) -lm
10  
11  libcinepaint_la_SOURCES = \
12         chain.xpm \
13 --- cinepaint/plug-ins/icc_examin/icc_examin/makefile.in.orig   2011-11-28 17:18:10.000000000 +0100
14 +++ cinepaint/plug-ins/icc_examin/icc_examin/makefile.in        2023-08-30 20:56:44.878711127 +0200
15 @@ -34,8 +34,8 @@ CFLAGS_ = $(CFLAGS) $(DEBUG) $(ALL_INCL)
16  CXXFLAGS_ = $(CXXFLAGS) $(DEBUG) $(ALL_INCL)
17  
18  top_builddir = ../../..
19 -OPENEXR_LIBS = -pthread -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread
20 -CINEPAINT_HALF_LIBS = $(top_builddir)/libhalf/.libs/cinepaint_half.o
21 +OPENEXR_LIBS = -pthread -lz
22 +CINEPAINT_HALF_LIBS = -L$(top_builddir)/libhalf/.libs -lcinepaintHalf
23  
24  
25  
This page took 0.318801 seconds and 3 git commands to generate.