Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2006 02:31:12 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        kevlo@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   [ports/sysutils/synergy] Respect PTHREAD_LIBS
Message-ID:  <20061210023112.e64ae7ea.nork@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi Kevin!

	I found a issue of not respect PTHREAD_LIBS.  Please commit
	following patch.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/synergy/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	18 May 2006 03:22:46 -0000	1.10
+++ Makefile	9 Dec 2006 16:42:01 -0000
@@ -16,6 +16,8 @@
 
 GNU_CONFIGURE=	yes
 USE_X_PREFIX=	yes
+CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
+		PTHREAD_LIBS="${PTHREAD_LIBS}"
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 DOCS=		AUTHORS COPYING ChangeLog INSTALL NEWS README



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