From 63b6378a1d1f759a9c648b8f3413b8eff94f1dae Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sun, 2 May 2010 16:05:52 +0200 Subject: corrected regexes in SED actions for package ilmbase --- src/ilmbase.mk | 6 +++--- 1 file 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. -- cgit v0.12