Skip to content
Snippets Groups Projects
Commit a0bd454e authored by Robert Clausecker's avatar Robert Clausecker Committed by Robert Clausecker
Browse files

devel/fungw: respect CC, CFLAGS, LDFLAGS, WITH_DEBUG

Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38678
parent cb5beb9b
No related branches found
No related tags found
No related merge requests found
PORTNAME= fungw
DISTVERSION= 1.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.repo.hu/projects/fungw/releases/
......@@ -16,6 +16,11 @@ LIB_DEPENDS= libgenht.so:devel/genht
USES= gmake tar:bz2
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= ${WITH_DEBUG:D--debug} \
--CC=${CC} \
--CFLAGS='${CFLAGS}' \
--LDFLAGS='${LDFLAGS}'
MAKE_ARGS+= PREFIX=${PREFIX}
BINARY_ALIAS= python=${PYTHON_CMD:Ufalse}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment