pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bigloo: don't need to specify cflags and ldflags
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Thu Mar 6 21:07:31 2025 -0500
Changeset: 951fc9cb0cfa36258fb24b792c098e0e86f9c297
Modified Files:
bigloo/Makefile
Log Message:
bigloo: don't need to specify cflags and ldflags
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=951fc9cb0cfa36258fb24b792c098e0e86f9c297
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bigloo/Makefile | 3 ---
1 file changed, 3 deletions(-)
diffs:
diff --git a/bigloo/Makefile b/bigloo/Makefile
index 9173037c2f..a1585ac163 100644
--- a/bigloo/Makefile
+++ b/bigloo/Makefile
@@ -20,9 +20,6 @@ INFO_FILES= yes
LDFLAGS+= ${COMPILER_RPATH_FLAG}
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc
-CONFIGURE_ARGS+= --cflags=${CFLAGS:M*:Q}
-CONFIGURE_ARGS+= --lflags=${LDFLAGS:M*:Q}
-CONFIGURE_ARGS+= --ldflags=${LDFLAGS:M*:Q}
CONFIGURE_ARGS+= --customgc=no
CONFIGURE_ARGS+= --gccustominstall=skip
CONFIGURE_ARGS+= --gclibdir=${PREFIX}/lib
Home |
Main Index |
Thread Index |
Old Index