]> git.pld-linux.org Git - packages/OpenEXR.git/blame - OpenEXR-libs.patch
- link with required libs
[packages/OpenEXR.git] / OpenEXR-libs.patch
CommitLineData
ae930cee
AM
1diff -urN OpenEXR-1.2.2.org/IlmImf/Makefile.am OpenEXR-1.2.2/IlmImf/Makefile.am
2--- OpenEXR-1.2.2.org/IlmImf/Makefile.am 2004-12-17 03:01:57.000000000 +0100
3+++ OpenEXR-1.2.2/IlmImf/Makefile.am 2006-07-30 19:47:39.140160250 +0200
4@@ -2,6 +2,8 @@
5
6 lib_LTLIBRARIES = libIlmImf.la
7
8+libIlmImf_la_LIBADD = $(top_builddir)/Iex/libIex.la $(top_builddir)/Half/libHalf.la -lz
9+
10 libIlmImf_la_SOURCES = ImfAttribute.cpp ImfBoxAttribute.cpp ImfCRgbaFile.cpp \
11 ImfChannelList.cpp ImfChannelListAttribute.cpp \
12 ImfFloatAttribute.cpp ImfFrameBuffer.cpp \
13diff -urN OpenEXR-1.2.2.org/Imath/Makefile.am OpenEXR-1.2.2/Imath/Makefile.am
14--- OpenEXR-1.2.2.org/Imath/Makefile.am 2005-03-08 05:21:53.000000000 +0100
15+++ OpenEXR-1.2.2/Imath/Makefile.am 2006-07-30 19:48:08.738010000 +0200
16@@ -2,6 +2,8 @@
17
18 lib_LTLIBRARIES = libImath.la
19
20+libImath_la_LIBADD = $(top_builddir)/Iex/libIex.la
21+
22 libImath_la_SOURCES = ImathShear.cpp ImathMatrixAlgo.cpp ImathVec.cpp \
23 ImathColorAlgo.cpp ImathFun.cpp \
24 ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \
This page took 0.063783 seconds and 4 git commands to generate.