Date: Sun, 2 Mar 2014 14:23:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346766 - head/net/samba41 Message-ID: <201403021423.s22ENC2v004558@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 2 14:23:12 2014 New Revision: 346766 URL: http://svnweb.freebsd.org/changeset/ports/346766 QAT: https://qat.redports.org/buildarchive/r346766/ Log: - Fix USE_PYTHON: resolve build failure for users with Python 3.x as default python PR: ports/186797 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days) Modified: head/net/samba41/Makefile Modified: head/net/samba41/Makefile ============================================================================== --- head/net/samba41/Makefile Sun Mar 2 14:06:48 2014 (r346765) +++ head/net/samba41/Makefile Sun Mar 2 14:23:12 2014 (r346766) @@ -62,9 +62,7 @@ DESTDIRNAME= --destdir CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LDFLAGS="${PTHREAD_LIBS}" -USE_PYTHON_BUILD= -2.7 - -USE_PYTHON= yes +USE_PYTHON= 2 USES= compiler perl5 pkgconfig iconv USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403021423.s22ENC2v004558>