svn commit: r365151 - head/devel/libexecinfo
Eitan Adler
eadler at FreeBSD.org
Sun Aug 17 05:25:17 UTC 2014
Author: eadler
Date: Sun Aug 17 05:25:16 2014
New Revision: 365151
URL: http://svnweb.freebsd.org/changeset/ports/365151
QAT: https://qat.redports.org/buildarchive/r365151/
Log:
Correct which variable to use
Reported by: adamw
Modified:
head/devel/libexecinfo/Makefile
Modified: head/devel/libexecinfo/Makefile
==============================================================================
--- head/devel/libexecinfo/Makefile Sun Aug 17 03:17:29 2014 (r365150)
+++ head/devel/libexecinfo/Makefile Sun Aug 17 05:25:16 2014 (r365151)
@@ -15,7 +15,7 @@ OPTIONS_DEFINE= DOCS
USES= tar:bzip2 uidfix
USE_LDCONFIG= yes
-CPPFLAGS= -fno-omit-frame-pointer
+CFLAGS= -fno-omit-frame-pointer
MAKE_FLAGS= LIBDIR=${PREFIX}/lib \
INCLUDEDIR=${PREFIX}/include
More information about the svn-ports-head
mailing list