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/cherokee | |
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/cherokee')
-rw-r--r-- | www/cherokee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index e17d4803993b..26fd50ba75c4 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -20,8 +20,8 @@ USE_RC_SUBR= cherokee SUB_FILES= pkg-install pkg-message USE_GMAKE= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -pthread PORTSCOUT= limit:^1\.2\.102 |