aboutsummaryrefslogtreecommitdiff
path: root/net/gq
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-09 19:58:57 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-09 19:58:57 +0000
commit97c332e87a5a4995bdd3058ef432a5ef4c4ab94e (patch)
tree67f180b58c4c236a2e750fcf1a9b807a0e48f21d /net/gq
parent55ef6edc936d49bc6f7e9f5f9609b01cdd4af77e (diff)
downloadports-97c332e87a5a4995bdd3058ef432a5ef4c4ab94e.tar.gz
ports-97c332e87a5a4995bdd3058ef432a5ef4c4ab94e.zip
- Remove PTHREAD_CFLAGS/PTHREAD_LIBS
- Fix build with ports OpenSSL PR: 195796
Notes
Notes: svn path=/head/; revision=376654
Diffstat (limited to 'net/gq')
-rw-r--r--net/gq/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile
index 832c5208b0a6..7244c5ce2e92 100644
--- a/net/gq/Makefile
+++ b/net/gq/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gq
PORTVERSION= 1.3.4
-PORTREVISION= 11
+PORTREVISION= 12
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION}
@@ -28,8 +28,8 @@ DND_CONFIGURE_ENABLE= browser-dns
CACHE_CONFIGURE_ENABLE= cache
INSTALLS_ICONS= yes
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -Wno-return-type
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type
+LIBS+= -L${LOCALBASE}/lib -lcrypto
post-patch:
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \