]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 16 Feb 2013 15:44:08 +0000 (15:44 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 16 Feb 2013 15:44:08 +0000 (15:44 +0000)
MagickCore/version.h
configure
configure.ac

index 2770fc1aec7ed3d6badf232ec155f2643e215654..920a4e14faa65ce776f8c0ed52804a2abb982ebf 100644 (file)
@@ -27,14 +27,14 @@ extern "C" {
 */
 #define MagickPackageName "ImageMagick"
 #define MagickCopyright  "Copyright (C) 1999-2013 ImageMagick Studio LLC"
-#define MagickSVNRevision  "11008:11053M"
+#define MagickSVNRevision  "11008:11057M"
 #define MagickLibVersion  0x700
 #define MagickLibVersionText  "7.0.0"
 #define MagickLibVersionNumber  1,0,0
 #define MagickLibAddendum  "-0"
 #define MagickLibInterface  1
 #define MagickLibMinInterface  1
-#define MagickReleaseDate  "2013-02-15"
+#define MagickReleaseDate  "2013-02-16"
 #define MagickChangeDate   "20121005"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #define MagickFeatures "DPC HDRI OpenMP"
index 4f0d64218296b81308d22afa184c16a9063dc94f..0c52ea31a1654c37d1da30dc37d7efcbd4b92d31 100755 (executable)
--- a/configure
+++ b/configure
@@ -3668,7 +3668,7 @@ MAGICK_PATCHLEVEL_VERSION=0
 
 MAGICK_VERSION=7.0.0-0
 
-MAGICK_SVN_REVISION=11008:11053M
+MAGICK_SVN_REVISION=11008:11057M
 
 
 # Substitute library versioning
@@ -8932,7 +8932,7 @@ fi
 
 case "$host" in
   *darwin* | *-macos10*)
-        CFLAGS="${CFLAGS} -DFORTIFY_SOURCE=0"
+        CFLAGS="${CFLAGS} -D_FORTIFY_SOURCE=0"
         # Check whether --enable-osx-universal-binary was given.
 if test "${enable_osx_universal_binary+set}" = set; then :
   enableval=$enable_osx_universal_binary; build_osxuniversal="${enableval}"
index 398dca909a678c0acd3bb143d62bf5261ff21886..c5fa742e39c6a076b0dfdccaac134ab0b57d77aa 100755 (executable)
@@ -385,7 +385,7 @@ dnl Platform-specific stuff
 case "$host" in
   *darwin* | *-macos10*)
     dnl Disable FORTIFY_SOURCE to fix a bug in LVVM / OpenMP support
-    CFLAGS="${CFLAGS} -DFORTIFY_SOURCE=0"
+    CFLAGS="${CFLAGS} -D_FORTIFY_SOURCE=0"
     dnl OS X universal binary support, requires --disable-dependency-tracking
     AC_ARG_ENABLE([osx-universal-binary],
         AC_HELP_STRING([--enable-osx-universal-binary],