Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jan 2015 19:58:58 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376654 - head/net/gq
Message-ID:  <201501091958.t09Jwwnk050749@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501091958.t09Jwwnk050749>