Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 2014 18:40:33 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364462 - head/misc/tempcontrol
Message-ID:  <53e66b21.2ef1.5ecdf41f@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Aug  9 18:40:33 2014
New Revision: 364462
URL: http://svnweb.freebsd.org/changeset/ports/364462
QAT: https://qat.redports.org/buildarchive/r364462/

Log:
  Honour CPPFLAGS and LDFLAGS to fix readline support on current.

Modified:
  head/misc/tempcontrol/Makefile

Modified: head/misc/tempcontrol/Makefile
==============================================================================
--- head/misc/tempcontrol/Makefile	Sat Aug  9 18:37:19 2014	(r364461)
+++ head/misc/tempcontrol/Makefile	Sat Aug  9 18:40:33 2014	(r364462)
@@ -12,7 +12,8 @@ COMMENT=	Temperature control for ferment
 LICENSE=	BSD2CLAUSE
 
 USES=		readline
-MAKE_ARGS=	CFLAGS="${CFLAGS} -Wall -Wno-parentheses"
+MAKE_ARGS=	CFLAGS="${CFLAGS} -Wall -Wno-parentheses ${CPPFLAGS}" \
+		LFLAGS="${LDFLAGS}"
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/tempcontrol share/tempcontrol/temperaturecontrolrc.sample \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e66b21.2ef1.5ecdf41f>