[gegl] Bug 596229 - gegl Cygwin patches : no-undefined patch



commit 89121ee3b54ae3417ef5fe48cc53ce0780e74371
Author: Yaakov Selkowitz <yselkowitz users sourceforge net>
Date:   Fri Oct 9 00:31:23 2009 +0200

     Bug 596229 -  gegl Cygwin patches : no-undefined patch

 gegl/Makefile.am              |    2 +-
 operations/Makefile-common.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gegl/Makefile.am b/gegl/Makefile.am
index eab0113..200116e 100644
--- a/gegl/Makefile.am
+++ b/gegl/Makefile.am
@@ -1,4 +1,4 @@
-if OS_WIN32
+if PLATFORM_WIN32
 no_undefined = -no-undefined
 endif
 
diff --git a/operations/Makefile-common.am b/operations/Makefile-common.am
index 319ba5e..55bdc54 100644
--- a/operations/Makefile-common.am
+++ b/operations/Makefile-common.am
@@ -1,4 +1,4 @@
-if OS_WIN32
+if PLATFORM_WIN32
 no_undefined = -no-undefined
 libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la $(BABL_LIBS)
 endif



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