summaryrefslogtreecommitdiffstats
path: root/src/openexr.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-09-26 15:25:24 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-09-26 15:25:24 (GMT)
commit6def82501523203f8dff783e31adcfc911eafa51 (patch)
treed08f26541cd85fe9b556e636331768fdf4da0a77 /src/openexr.mk
parent714a12ab02e5c7d93ad1fa29ab14ead2b0e05a4c (diff)
downloadmxe-6def82501523203f8dff783e31adcfc911eafa51.zip
mxe-6def82501523203f8dff783e31adcfc911eafa51.tar.gz
mxe-6def82501523203f8dff783e31adcfc911eafa51.tar.bz2
rollback previous commit
Diffstat (limited to 'src/openexr.mk')
-rw-r--r--src/openexr.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openexr.mk b/src/openexr.mk
index d22b2a9..dd3362a 100644
--- a/src/openexr.mk
+++ b/src/openexr.mk
@@ -22,8 +22,6 @@ endef
define $(PKG)_BUILD
# unpack and build a native version of ilmbase
cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,ilmbase)
- $(foreach PKG_PATCH,$(sort $(wildcard $(TOP_DIR)/src/ilmbase-*.patch)),
- (cd '$(1)/$(ilmbase_SUBDIR)' && $(PATCH) -p1 -u) < $(PKG_PATCH))
cd '$(1)/$(ilmbase_SUBDIR)' && $(SHELL) ./configure \
--disable-shared \
--prefix='$(1)/ilmbase' \