]> git.pld-linux.org Git - packages/OpenEXR.git/commitdiff
- link with required libs
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 30 Jul 2006 17:48:17 +0000 (17:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenEXR-libs.patch -> 1.1

OpenEXR-libs.patch [new file with mode: 0644]

diff --git a/OpenEXR-libs.patch b/OpenEXR-libs.patch
new file mode 100644 (file)
index 0000000..38b25ec
--- /dev/null
@@ -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 \
This page took 0.194421 seconds and 4 git commands to generate.