aboutsummaryrefslogtreecommitdiffstats
path: root/finance/libstocks
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-25 00:35:30 +0800
committerbapt <bapt@FreeBSD.org>2013-05-25 00:35:30 +0800
commit8fb596db30fc304c30072b44b4c7f855046822f1 (patch)
treefe4ce18513a9d787d533353cb3f6be9d8eacc957 /finance/libstocks
parent32614f4f72427625e19e6ceb4bc533c0bd4f401a (diff)
downloadfreebsd-ports-gnome-8fb596db30fc304c30072b44b4c7f855046822f1.tar.gz
freebsd-ports-gnome-8fb596db30fc304c30072b44b4c7f855046822f1.tar.zst
freebsd-ports-gnome-8fb596db30fc304c30072b44b4c7f855046822f1.zip
Do not let system make.conf inpact the port's makefile
This fixes build on current
Diffstat (limited to 'finance/libstocks')
-rw-r--r--finance/libstocks/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/finance/libstocks/Makefile b/finance/libstocks/Makefile
index ed1160ed2b32..c4d5b1c78d65 100644
--- a/finance/libstocks/Makefile
+++ b/finance/libstocks/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libstocks
-# Date created: this 7th day of January, 2002
-# Whom: Mikhail Teterin
-#
+# Created by: Mikhail Teterin
# $FreeBSD$
-#
PORTNAME= libstocks
PORTVERSION= 0.5.0
@@ -15,6 +11,7 @@ COMMENT= A C library which can be used to fetch stocks quotes
USE_LDCONFIG= yes
REINPLACE_ARGS= -i ""
+MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
post-patch:
${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' \