Blame SOURCES/ilmbase-1.0.2-no_undefined.patch

990902
diff -up ilmbase-1.0.2/IlmThread/Makefile.am.pthread_hack ilmbase-1.0.2/IlmThread/Makefile.am
990902
--- ilmbase-1.0.2/IlmThread/Makefile.am.pthread_hack	2006-12-08 16:23:08.000000000 -0600
990902
+++ ilmbase-1.0.2/IlmThread/Makefile.am	2010-12-08 09:25:35.753537799 -0600
990902
@@ -11,7 +11,7 @@ libIlmThread_la_SOURCES = IlmThreadPool.
990902
 			  IlmThreadMutexPosix.cpp
990902
 
990902
 libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
990902
-libIlmThread_la_LIBADD = ../Iex/libIex.la
990902
+libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
990902
 
990902
 libIlmThreadincludedir = $(includedir)/OpenEXR
990902
 
990902
@@ -23,4 +23,4 @@ noinst_HEADERS = 
990902
 EXTRA_DIST = $(noinst_HEADERS) IlmThreadMutexWin32.cpp IlmThreadSemaphoreWin32.cpp \
990902
 	     IlmThreadWin32.cpp
990902
 
990902
-INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Iex -I$(top_srcdir)/config
990902
\ No newline at end of file
990902
+INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Iex -I$(top_srcdir)/config
990902
diff -up ilmbase-1.0.2/IlmThread/Makefile.in.pthread_hack ilmbase-1.0.2/IlmThread/Makefile.in
990902
--- ilmbase-1.0.2/IlmThread/Makefile.in.pthread_hack	2010-07-22 20:13:12.000000000 -0500
990902
+++ ilmbase-1.0.2/IlmThread/Makefile.in	2010-12-08 09:26:10.136971078 -0600
990902
@@ -208,7 +208,7 @@ libIlmThread_la_SOURCES = IlmThreadPool.
990902
 			  IlmThreadMutexPosix.cpp
990902
 
990902
 libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
990902
-libIlmThread_la_LIBADD = ../Iex/libIex.la
990902
+libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
990902
 libIlmThreadincludedir = $(includedir)/OpenEXR
990902
 libIlmThreadinclude_HEADERS = IlmThreadPool.h IlmThread.h \
990902
 			      IlmThreadSemaphore.h IlmThreadMutex.h