svn commit: r376654 - head/net/gq

Tijl Coosemans tijl at FreeBSD.org
Fri Jan 9 19:58:58 UTC 2015


Author: tijl
Date: Fri Jan  9 19:58:57 2015
New Revision: 376654
URL: https://svnweb.freebsd.org/changeset/ports/376654
QAT: https://qat.redports.org/buildarchive/r376654/

Log:
  - Remove PTHREAD_CFLAGS/PTHREAD_LIBS
  - Fix build with ports OpenSSL
  
  PR:		195796

Modified:
  head/net/gq/Makefile

Modified: head/net/gq/Makefile
==============================================================================
--- head/net/gq/Makefile	Fri Jan  9 19:58:14 2015	(r376653)
+++ head/net/gq/Makefile	Fri Jan  9 19:58:57 2015	(r376654)
@@ -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' \


More information about the svn-ports-all mailing list