diff options
author | 2006-11-08 20:35:13 +0000 | |
---|---|---|
committer | 2006-11-08 20:35:13 +0000 | |
commit | 6da93201fa18c00d1924a0871c4bb609f67a4166 (patch) | |
tree | 131364bbd1ecffd0b7ea70959a6423a40e82fe26 /media-libs/openexr/files | |
parent | Added note for global psqlrc (diff) | |
download | gentoo-2-6da93201fa18c00d1924a0871c4bb609f67a4166.tar.gz gentoo-2-6da93201fa18c00d1924a0871c4bb609f67a4166.tar.bz2 gentoo-2-6da93201fa18c00d1924a0871c4bb609f67a4166.zip |
Version bump, thanks to James Cloos <cloos@jhcloos.com>, bug #142921
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'media-libs/openexr/files')
-rw-r--r-- | media-libs/openexr/files/digest-openexr-1.4.0a | 3 | ||||
-rw-r--r-- | media-libs/openexr/files/openexr-1.4.0a-asneeded.patch | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/media-libs/openexr/files/digest-openexr-1.4.0a b/media-libs/openexr/files/digest-openexr-1.4.0a new file mode 100644 index 000000000000..4db8fdcc438c --- /dev/null +++ b/media-libs/openexr/files/digest-openexr-1.4.0a @@ -0,0 +1,3 @@ +MD5 d0a4b9a930c766fa51561b05fb204afe openexr-1.4.0a.tar.gz 9673041 +RMD160 74e43977c88fc9a3d7c74bcd808a477489dad8c2 openexr-1.4.0a.tar.gz 9673041 +SHA256 5d8a7327bd28eeb5d3064640d8eb32c3cd8c5a15999c70b0afa9f8af851936d1 openexr-1.4.0a.tar.gz 9673041 diff --git a/media-libs/openexr/files/openexr-1.4.0a-asneeded.patch b/media-libs/openexr/files/openexr-1.4.0a-asneeded.patch new file mode 100644 index 000000000000..70d856f15c89 --- /dev/null +++ b/media-libs/openexr/files/openexr-1.4.0a-asneeded.patch @@ -0,0 +1,11 @@ +--- openexr-1.4.0/IlmThread/Makefile.am.old 2006-11-08 08:10:18.000000000 +0100 ++++ openexr-1.4.0/IlmThread/Makefile.am 2006-11-08 08:10:24.000000000 +0100 +@@ -11,7 +11,7 @@ + IlmThreadMutexPosix.cpp + + libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined +-libIlmThread_la_LIBADD = ../Iex/libIex.la ++libIlmThread_la_LIBADD = ../Iex/libIex.la -lpthread + + libIlmThreadincludedir = $(includedir)/OpenEXR + |