From 2ad92eab941d8bd35f72240b5b91c4b980c9f370 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Thu, 7 Feb 2013 12:37:48 +0000 Subject: - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www) Approved by: portmgr --- www/epiphany-extensions/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/epiphany-extensions') diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 786d33e3eb59..7f4149457717 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -27,8 +27,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack INSTALLS_OMF= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread" +CPPFLAGS+= -I${LOCALBASE}/include EPHY_EXTENSIONS=really-all EPHY_VERSION= ${PORTVERSION:R} -- cgit v1.2.3