Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 15:26:23 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345485 - head/net-im/libpurple
Message-ID:  <201402211526.s1LFQN09019197@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Fri Feb 21 15:26:23 2014
New Revision: 345485
URL: http://svnweb.freebsd.org/changeset/ports/345485
QAT: https://qat.redports.org/buildarchive/r345485/

Log:
  Correct a typo when configuring dynamic prpl modules.  I seem to recall this
  was a typo on purpose at some point, but the new configure uses '-' instead
  of '_'.

Modified:
  head/net-im/libpurple/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Fri Feb 21 15:17:11 2014	(r345484)
+++ head/net-im/libpurple/Makefile	Fri Feb 21 15:26:23 2014	(r345485)
@@ -18,7 +18,7 @@ USE_GNOME?=	gnomeprefix intlhack glib20 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?=--disable-gtkui \
 		--disable-consoleui \
-		--with-dynamic_prpls=${PRPL_MODULES:S/,$//} \
+		--with-dynamic-prpls=${PRPL_MODULES:S/,$//} \
 		--enable-static \
 		--disable-nm
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \



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