From: Arkadiusz Miƛkiewicz Date: Sun, 30 Jul 2006 17:48:17 +0000 (+0000) Subject: - link with required libs X-Git-Tag: auto/th/OpenEXR-1_2_2-4~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FOpenEXR.git;a=commitdiff_plain;h=ae930cee1d70d7c2742ba42ee6019f8425f1f8a3 - link with required libs Changed files: OpenEXR-libs.patch -> 1.1 --- diff --git a/OpenEXR-libs.patch b/OpenEXR-libs.patch new file mode 100644 index 0000000..38b25ec --- /dev/null +++ b/OpenEXR-libs.patch @@ -0,0 +1,24 @@ +diff -urN OpenEXR-1.2.2.org/IlmImf/Makefile.am OpenEXR-1.2.2/IlmImf/Makefile.am +--- OpenEXR-1.2.2.org/IlmImf/Makefile.am 2004-12-17 03:01:57.000000000 +0100 ++++ OpenEXR-1.2.2/IlmImf/Makefile.am 2006-07-30 19:47:39.140160250 +0200 +@@ -2,6 +2,8 @@ + + lib_LTLIBRARIES = libIlmImf.la + ++libIlmImf_la_LIBADD = $(top_builddir)/Iex/libIex.la $(top_builddir)/Half/libHalf.la -lz ++ + libIlmImf_la_SOURCES = ImfAttribute.cpp ImfBoxAttribute.cpp ImfCRgbaFile.cpp \ + ImfChannelList.cpp ImfChannelListAttribute.cpp \ + ImfFloatAttribute.cpp ImfFrameBuffer.cpp \ +diff -urN OpenEXR-1.2.2.org/Imath/Makefile.am OpenEXR-1.2.2/Imath/Makefile.am +--- OpenEXR-1.2.2.org/Imath/Makefile.am 2005-03-08 05:21:53.000000000 +0100 ++++ OpenEXR-1.2.2/Imath/Makefile.am 2006-07-30 19:48:08.738010000 +0200 +@@ -2,6 +2,8 @@ + + lib_LTLIBRARIES = libImath.la + ++libImath_la_LIBADD = $(top_builddir)/Iex/libIex.la ++ + libImath_la_SOURCES = ImathShear.cpp ImathMatrixAlgo.cpp ImathVec.cpp \ + ImathColorAlgo.cpp ImathFun.cpp \ + ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \