aboutsummaryrefslogtreecommitdiff
path: root/lang/pike76
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-02-25 17:09:45 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-02-25 17:09:45 +0000
commitd9a043b049d19da030f0633e55f2f494ec8b6519 (patch)
tree35cd91502d9862f94f8eea6077b6d134cb70e408 /lang/pike76
parentd67cad80c6e328bdadcebec1dc8b27ce55cf1e50 (diff)
downloadports-d9a043b049d19da030f0633e55f2f494ec8b6519.tar.gz
ports-d9a043b049d19da030f0633e55f2f494ec8b6519.zip
Should append variable to LDFLAGS, no assign it.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=102107
Diffstat (limited to 'lang/pike76')
-rw-r--r--lang/pike76/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index 7dd00f25e2ae..213f93eb1a4f 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -42,7 +42,7 @@ WRKSRC= ${WRKDIR}/Pike-v${PORTVERSION}/src/
WANT_MESA= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS=${PTHREAD_LIBS} CPPFLAGS+=${PTHREAD_CFLAGS}
+CONFIGURE_ENV= LDFLAGS+=${PTHREAD_LIBS} CPPFLAGS+=${PTHREAD_CFLAGS}
CONFIGURE_ARGS+= --without-debug \
--with-double-precision \
--with-long-double-precision \