From 5aae8d908d47fe8094dcc908ae88f162d9510445 Mon Sep 17 00:00:00 2001 From: marino Date: Wed, 25 Mar 2015 12:58:33 +0000 Subject: lang category: Remove $PTHREAD_LIBS Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted. approved by: PTHREAD blanket --- lang/see/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/see') diff --git a/lang/see/Makefile b/lang/see/Makefile index d40ca2d1331f..8868bbd0b073 100644 --- a/lang/see/Makefile +++ b/lang/see/Makefile @@ -31,8 +31,8 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CFLAGS+= -O3 -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib DEBUG_CFLAGS_OFF= -DNDEBUG GC_LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc -- cgit