From 104c2eaca348d78ef14df52ff7b0ecf724d7c6fd Mon Sep 17 00:00:00 2001 From: Marcel Steinbeck Date: Mon, 13 Feb 2017 22:42:44 +0700 Subject: development/antlr2: Add compiler flags. Signed-off-by: Willy Sudiarto Raharjo --- development/antlr2/README | 2 +- development/antlr2/antlr2.SlackBuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'development/antlr2') diff --git a/development/antlr2/README b/development/antlr2/README index a81558fba0..efe5426e3d 100644 --- a/development/antlr2/README +++ b/development/antlr2/README @@ -5,4 +5,4 @@ structured text or binary files. Optional dependencies are jdk and mono (to enable Java and C# support). C++ and Python are enabled by default. -It is safe to install alongside libantlr3c +It is safe to install alongside libantlr3c. diff --git a/development/antlr2/antlr2.SlackBuild b/development/antlr2/antlr2.SlackBuild index 107729cc81..a80ec48423 100644 --- a/development/antlr2/antlr2.SlackBuild +++ b/development/antlr2/antlr2.SlackBuild @@ -89,7 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-examples \ --build=$ARCH-slackware-linux -make +CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3