Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 15:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/190057: commit references a PR
Message-ID:  <201405211550.s4LFo17L099663@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/190057; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/190057: commit references a PR
Date: Wed, 21 May 2014 15:49:29 +0000 (UTC)

 Author: tijl
 Date: Wed May 21 15:49:26 2014
 New Revision: 354753
 URL: http://svnweb.freebsd.org/changeset/ports/354753
 QAT: https://qat.redports.org/buildarchive/r354753/
 
 Log:
   Fix build with SASL option.
   
   PR:		ports/190057
 
 Modified:
   head/net-im/libpurple/Makefile
 
 Modified: head/net-im/libpurple/Makefile
 ==============================================================================
 --- head/net-im/libpurple/Makefile	Wed May 21 15:44:08 2014	(r354752)
 +++ head/net-im/libpurple/Makefile	Wed May 21 15:49:26 2014	(r354753)
 @@ -20,6 +20,7 @@ CONFIGURE_ARGS?=--disable-gtkui \
  		--with-dynamic-prpls=${PRPL_MODULES:S/,$//} \
  		--enable-static \
  		--disable-nm
 +CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
  INSTALL_TARGET=	install-strip
  
  .if !defined(PIDGIN_SLAVE)
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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