svn commit: r346766 - head/net/samba41
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 2 14:23:13 UTC 2014
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}
More information about the svn-ports-all
mailing list