svn commit: r345485 - head/net-im/libpurple

Joe Marcus Clarke marcus at FreeBSD.org
Fri Feb 21 15:26:24 UTC 2014


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}" \


More information about the svn-ports-all mailing list