pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
antlr-c: Avoid bad architecture compiler flags.
Module Name: pkgsrc-wip
Committed By: Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By: thor
Date: Fri Sep 29 21:45:41 2017 +0200
Changeset: 8d54d9d4905ad19ec93ec6ccb19461ee9bd4b458
Modified Files:
antlr3-c/Makefile
Log Message:
antlr-c: Avoid bad architecture compiler flags.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8d54d9d4905ad19ec93ec6ccb19461ee9bd4b458
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
antlr3-c/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/antlr3-c/Makefile b/antlr3-c/Makefile
index daeac14c7e..726055a5c5 100644
--- a/antlr3-c/Makefile
+++ b/antlr3-c/Makefile
@@ -15,4 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
+# Would enable -m32 on a 64 bit system if it does get the compiler
+# version wrong.
+CONFIGURE_ARGS += --disable-abiflags
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index