Date: Fri, 16 May 2014 17:13:02 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354245 - head/net/xmlrpc-c Message-ID: <201405161713.s4GHD2qV069519@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Fri May 16 17:13:02 2014 New Revision: 354245 URL: http://svnweb.freebsd.org/changeset/ports/354245 QAT: https://qat.redports.org/buildarchive/r354245/ Log: As pointed out by tijl@, this port doesn't need libtool at all Modified: head/net/xmlrpc-c/Makefile Modified: head/net/xmlrpc-c/Makefile ============================================================================== --- head/net/xmlrpc-c/Makefile Fri May 16 16:45:20 2014 (r354244) +++ head/net/xmlrpc-c/Makefile Fri May 16 17:13:02 2014 (r354245) @@ -19,11 +19,10 @@ LIBWWW_DESC= Compile with libwww support CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-devel-[0-9]* -USES= gmake perl5 libtool +USES= gmake perl5 GNU_CONFIGURE= yes MAKEFILE= GNUmakefile -MAKE_ARGS= LIBTOOL="${LIBTOOL}" \ - CFLAGS_COMMON="${CFLAGS}" +MAKE_ARGS= CFLAGS_COMMON="${CFLAGS}" MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405161713.s4GHD2qV069519>