From ae930cee1d70d7c2742ba42ee6019f8425f1f8a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 30 Jul 2006 17:48:17 +0000 Subject: [PATCH] - link with required libs Changed files: OpenEXR-libs.patch -> 1.1 --- OpenEXR-libs.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 OpenEXR-libs.patch 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 \ -- 2.43.0