freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 1fd2bc8: Make FreeType compile on AIX out of the box.


From: Werner LEMBERG
Subject: [freetype2] master 1fd2bc8: Make FreeType compile on AIX out of the box.
Date: Sat, 05 Mar 2016 15:39:16 +0000

branch: master
commit 1fd2bc8c37a053b5de531ba1380c18b014a94d9b
Author: J Raynor <address@hidden>
Commit: Werner Lemberg <address@hidden>

    Make FreeType compile on AIX out of the box.
    
    * builds/unix/configure.raw (XX_ANSIFLAGS): Don't use `-ansi' on
    AIX.
---
 ChangeLog                 |    7 +++++++
 builds/unix/configure.raw |    3 +++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b827992..4c3cab8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-03-05  J Raynor <address@hidden>
+
+       Make FreeType compile on AIX out of the box.
+
+       * builds/unix/configure.raw (XX_ANSIFLAGS): Don't use `-ansi' on
+       AIX.
+
 2016-03-01  Werner Lemberg  <address@hidden>
            Kostya Serebryany  <address@hidden>
 
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 1be10a3..ee81474 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -235,6 +235,9 @@ if test "x$GCC" = xyes; then
   *-*-mingw*)
     XX_ANSIFLAGS="-pedantic"
     ;;
+  *-*-aix*)
+    XX_ANSIFLAGS="-pedantic"
+    ;;
   *)
     GCC_VERSION=`$CC -dumpversion`
     GCC_MAJOR=`echo "$GCC_VERSION" | sed 's/\([[^.]][[^.]]*\).*/\1/'`



reply via email to

[Prev in Thread] Current Thread [Next in Thread]