Magellan Linux

Contents of /trunk/ilmbase/patches/ilmbase-1.0.1-as-needed.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 832 - (show annotations) (download)
Mon Jun 8 18:37:06 2009 UTC (14 years, 11 months ago) by niro
File size: 430 byte(s)
ilmbase patches

1 --- IlmThread/Makefile.in
2 +++ IlmThread/Makefile.in
3 @@ -209,7 +209,7 @@
4 IlmThreadMutexPosix.cpp
5
6 libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
7 -libIlmThread_la_LIBADD = ../Iex/libIex.la
8 +libIlmThread_la_LIBADD = ../Iex/libIex.la -lpthread
9 libIlmThreadincludedir = $(includedir)/OpenEXR
10 libIlmThreadinclude_HEADERS = IlmThreadPool.h IlmThread.h \
11 IlmThreadSemaphore.h IlmThreadMutex.h