diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-07 20:37:48 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-07 20:37:48 +0800 |
commit | addbecdafb51a79aff8abbf6027253fbdd59543f (patch) | |
tree | 4a9b0f7a86a869936906241e211d87ca2346121e /www/epiphany-extensions | |
parent | d61ba14126dd433f50232b36a7efe1d7faf94ee5 (diff) | |
download | freebsd-ports-gnome-addbecdafb51a79aff8abbf6027253fbdd59543f.tar.gz freebsd-ports-gnome-addbecdafb51a79aff8abbf6027253fbdd59543f.tar.zst freebsd-ports-gnome-addbecdafb51a79aff8abbf6027253fbdd59543f.zip |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r-- | www/epiphany-extensions/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |