Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2014 12:23:33 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368023 - head/sysutils/logstalgia
Message-ID:  <201409121223.s8CCNXFT008244@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Sep 12 12:23:32 2014
New Revision: 368023
URL: http://svnweb.freebsd.org/changeset/ports/368023
QAT: https://qat.redports.org/buildarchive/r368023/

Log:
  Don't hardcode absolute path in CFLAGS

Modified:
  head/sysutils/logstalgia/Makefile

Modified: head/sysutils/logstalgia/Makefile
==============================================================================
--- head/sysutils/logstalgia/Makefile	Fri Sep 12 12:21:06 2014	(r368022)
+++ head/sysutils/logstalgia/Makefile	Fri Sep 12 12:23:32 2014	(r368023)
@@ -21,6 +21,6 @@ GNU_CONFIGURE=	yes
 USES=		pkgconfig
 USE_SDL=	sdl image
 
-CFLAGS+=	-L/usr/local/lib -I/usr/local/include
+CFLAGS+=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121223.s8CCNXFT008244>