svn commit: r403012 - branches/2015Q4/devel/gdb
Jung-uk Kim
jkim at FreeBSD.org
Fri Dec 4 22:02:19 UTC 2015
Author: jkim
Date: Fri Dec 4 22:02:18 2015
New Revision: 403012
URL: https://svnweb.freebsd.org/changeset/ports/403012
Log:
MFH: r403011
Partially revert r401242 to fix build with PYTHON option turned on.
Approved by: ports-secteam (bapt)
Modified:
branches/2015Q4/devel/gdb/Makefile
Directory Properties:
branches/2015Q4/ (props changed)
Modified: branches/2015Q4/devel/gdb/Makefile
==============================================================================
--- branches/2015Q4/devel/gdb/Makefile Fri Dec 4 21:52:09 2015 (r403011)
+++ branches/2015Q4/devel/gdb/Makefile Fri Dec 4 22:02:18 2015 (r403012)
@@ -57,7 +57,8 @@ GUILE_CONFIGURE_WITH= guile
GUILE_USES= pkgconfig
GUILE_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2
PORT_READLINE_USES= readline:port
-PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD}
+PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD}
+PYTHON_CONFIGURE_OFF= --without-python
PYTHON_USES= python:2
TUI_CONFIGURE_ENABLE= tui
More information about the svn-ports-branches
mailing list