changeset 930:2fee81bd8a39

corrected regexes in SED actions for package ilmbase
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 02 May 2010 16:05:52 +0200
parents 083dd13e3eb2
children 9398049cd582
files src/ilmbase.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ilmbase.mk	Sun May 02 03:40:24 2010 +0200
+++ b/src/ilmbase.mk	Sun May 02 16:05:52 2010 +0200
@@ -23,9 +23,9 @@
     # 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.