Skip to content

Commit

Permalink
devel/fungw: respect CC, CFLAGS, LDFLAGS, WITH_DEBUG
Browse files Browse the repository at this point in the history
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38678
  • Loading branch information
clausecker committed Feb 20, 2023
1 parent cb5beb9 commit a0bd454
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion devel/fungw/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fungw
DISTVERSION= 1.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.repo.hu/projects/fungw/releases/

Expand All @@ -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}

Expand Down

0 comments on commit a0bd454

Please sign in to comment.