[babl] Bug 562741 - babl Cygwin patch : PLATFORM_WIN32 patch



commit ee8a51aefda36402d7a74db969757bc9fde824d2
Author: Yaakov Selkowitz <yselkowitz users sourceforge net>
Date:   Fri Oct 9 01:33:26 2009 +0200

    Bug 562741 -  babl Cygwin patch : PLATFORM_WIN32 patch

 babl/Makefile.am       |    2 +-
 extensions/Makefile.am |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/babl/Makefile.am b/babl/Makefile.am
index f92f757..bc5b9ec 100644
--- a/babl/Makefile.am
+++ b/babl/Makefile.am
@@ -1,6 +1,6 @@
 ## Source directory
 
-if OS_WIN32
+if PLATFORM_WIN32
 no_undefined = -no-undefined
 endif
 
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 0991cf3..e8ad111 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -1,5 +1,5 @@
-if OS_WIN32
-AM_LDFLAGS = -module -no-undefined
+if PLATFORM_WIN32
+AM_LDFLAGS = -module -avoid-version -no-undefined
 else
 AM_LDFLAGS = -module -avoid-version
 endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]