summaryrefslogtreecommitdiffstats
path: root/src/ilmbase.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-02 14:05:52 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-02 14:05:52 (GMT)
commit63b6378a1d1f759a9c648b8f3413b8eff94f1dae (patch)
tree604bb8fee0223b316175e5e796027760cef1a54a /src/ilmbase.mk
parente6199107f523264e2cac55f1be74e75c8ec3b652 (diff)
downloadmxe-63b6378a1d1f759a9c648b8f3413b8eff94f1dae.zip
mxe-63b6378a1d1f759a9c648b8f3413b8eff94f1dae.tar.gz
mxe-63b6378a1d1f759a9c648b8f3413b8eff94f1dae.tar.bz2
corrected regexes in SED actions for package ilmbase
Diffstat (limited to 'src/ilmbase.mk')
-rw-r--r--src/ilmbase.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ilmbase.mk b/src/ilmbase.mk
index b7b1df1..9f4276a 100644
--- a/src/ilmbase.mk
+++ b/src/ilmbase.mk
@@ -23,9 +23,9 @@ define $(PKG)_BUILD
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
# build the win32 thread sources instead of the posix thread sources
- $(SED) -i 's,IlmThreadPosix\.,IlmThreadWin32\.,' '$(1)/IlmThread/Makefile.in'
- $(SED) -i 's,IlmThreadSemaphorePosix\.,IlmThreadSemaphoreWin32\.,' '$(1)/IlmThread/Makefile.in'
- $(SED) -i 's,IlmThreadMutexPosix\.,IlmThreadMutexWin32\.,' '$(1)/IlmThread/Makefile.in'
+ $(SED) -i 's,IlmThreadPosix\.,IlmThreadWin32.,' '$(1)/IlmThread/Makefile.in'
+ $(SED) -i 's,IlmThreadSemaphorePosix\.,IlmThreadSemaphoreWin32.,' '$(1)/IlmThread/Makefile.in'
+ $(SED) -i 's,IlmThreadMutexPosix\.,IlmThreadMutexWin32.,' '$(1)/IlmThread/Makefile.in'
echo '/* disabled */' > '$(1)/IlmThread/IlmThreadSemaphorePosixCompat.cpp'
# Because of the previous changes, '--disable-threading' will not disable
# threading. It will just disable the unwanted check for pthread.