diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-01-12 23:22:20 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-01-12 23:23:08 +0000 |
commit | 7ca2e0ce77d6447536aa56d3bc047619c9d1abbc (patch) | |
tree | f12038a756e8dae2718f0c3fc4860bfae878cc87 /dev-libs/antlr-c/files/3.5-cflags.patch | |
parent | profiles: Update nginx useflag description (diff) | |
download | gentoo-7ca2e0ce77d6447536aa56d3bc047619c9d1abbc.tar.gz gentoo-7ca2e0ce77d6447536aa56d3bc047619c9d1abbc.tar.bz2 gentoo-7ca2e0ce77d6447536aa56d3bc047619c9d1abbc.zip |
dev-libs/antlr-c: Version bump to 3.5.2
Adds multilib support. This version also includes important fixes for
mysql-workbench. See bug #570600.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs/antlr-c/files/3.5-cflags.patch')
-rw-r--r-- | dev-libs/antlr-c/files/3.5-cflags.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/antlr-c/files/3.5-cflags.patch b/dev-libs/antlr-c/files/3.5-cflags.patch new file mode 100644 index 000000000000..854513311827 --- /dev/null +++ b/dev-libs/antlr-c/files/3.5-cflags.patch @@ -0,0 +1,14 @@ +diff -ur libantlr3c-3.3-SNAPSHOT.old//configure.ac libantlr3c-3.3-SNAPSHOT/configure.ac +--- libantlr3c-3.3-SNAPSHOT.old//configure.ac 2011-04-03 10:40:51.277000042 +0300 ++++ libantlr3c-3.3-SNAPSHOT/configure.ac 2011-04-03 10:41:22.092000042 +0300 +@@ -134,8 +134,8 @@ + ;; + esac + +-CFLAGS="$CCFLAGS64 $CPPCMNTFLAGS $OPTIMFLAGS $DEBUGFLAGS $WARNFLAGS" +-AC_MSG_RESULT([$CFLAGS]) ++AM_CFLAGS="$CCFLAGS64 $CPPCMNTFLAGS $OPTIMFLAGS $DEBUGFLAGS $WARNFLAGS" ++AC_MSG_RESULT([$AM_CFLAGS]) + AC_SUBST([OBJECT_MODE]) + + AS_IF([test "x$enable_antlrdebug" = xno], [AC_DEFINE([ANTLR3_NODEBUGGER], [1], [Define if ANTLR debugger not required])], []) |