Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2015 10:32:27 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378300 - head/ftp/proftpd
Message-ID:  <201502021032.t12AWRd1088025@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Mon Feb  2 10:32:26 2015
New Revision: 378300
URL: https://svnweb.freebsd.org/changeset/ports/378300
QAT: https://qat.redports.org/buildarchive/r378300/

Log:
  Change -pthread to -lpthread
  
  PR:	195921
  Reported by:	John Marino

Modified:
  head/ftp/proftpd/Makefile

Modified: head/ftp/proftpd/Makefile
==============================================================================
--- head/ftp/proftpd/Makefile	Mon Feb  2 09:27:31 2015	(r378299)
+++ head/ftp/proftpd/Makefile	Mon Feb  2 10:32:26 2015	(r378300)
@@ -5,7 +5,7 @@ PORTNAME?=	proftpd
 .if !defined(DISTVERSION)
 PORTVERSION?=	${PROFTPD_VERSION}
 .endif
-PORTREVISION?=	5
+PORTREVISION?=	6
 CATEGORIES?=	ftp
 MASTER_SITES=	ftp://ftp.proftpd.org/distrib/source/ \
 		https://github.com/downloads/proftpd/proftpd.github.com/ \
@@ -101,7 +101,7 @@ PLIST_SUB+=	LOCALSTATEDIR="${LOCALSTATED
 .if !defined(_BUILDING_PROFTPD_MODULE)
 CPPFLAGS+=	-DHAVE_OPENSSL -I${OPENSSLINC}
 LIBS+=		-lssl -lcrypto -L${OPENSSLLIB}
-LDFLAGS+=	-pthread
+LDFLAGS+=	-lpthread
 .endif
 
 .if !defined(_BUILDING_PROFTPD_MODULE)



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