[57458] trunk/dports/devel/allegro/files/patch-makefile.osx

toby at macports.org toby at macports.org
Fri Sep 11 02:52:22 PDT 2009


Revision: 57458
          http://trac.macports.org/changeset/57458
Author:   toby at macports.org
Date:     2009-09-11 02:52:18 -0700 (Fri, 11 Sep 2009)
Log Message:
-----------
remove -Wno-long-double flag (see #21304)

Modified Paths:
--------------
    trunk/dports/devel/allegro/files/patch-makefile.osx

Modified: trunk/dports/devel/allegro/files/patch-makefile.osx
===================================================================
--- trunk/dports/devel/allegro/files/patch-makefile.osx	2009-09-11 08:37:18 UTC (rev 57457)
+++ trunk/dports/devel/allegro/files/patch-makefile.osx	2009-09-11 09:52:18 UTC (rev 57458)
@@ -18,6 +18,15 @@
  INSTALL_NAME_EMBED = -install_name "`echo "@executable_path/../Frameworks/$(FRAMEWORK_NAME).framework/Versions/$(shared_version)/$(FRAMEWORK_NAME)" | sed 's!//*!/!g'`"
  
  ifdef EMBED
+@@ -84,7 +84,7 @@
+ ifdef WARNMODE
+    WFLAGS = -Wall -W -Werror -Wno-unused -Wno-long-double
+ else
+-   WFLAGS = -Wall -Wno-unused -Wno-long-double
++   WFLAGS = -Wall -Wno-unused
+ endif
+ 
+ ifdef TARGET_ARCH_COMPAT
 @@ -169,7 +169,7 @@
  # -------- rules for installing and removing the library files --------
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090911/6a878e63/attachment.html>


More information about the macports-changes mailing list