summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/antlr2/README2
-rw-r--r--development/antlr2/antlr2.SlackBuild2
2 files changed, 2 insertions, 2 deletions
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 \