diff options
Diffstat (limited to 'lang/python33')
-rw-r--r-- | lang/python33/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile index 1755b4c376d0..d76d501fe946 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ENV+= OPT="" # Null out OPT to respect user CFLAGS and remove o INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library MAKE_ARGS+= LIBPC="${PREFIX}/libdata/pkgconfig" # Until pathfix gets support for files other than Makefile.in +MAKE_JOBS_UNSAFE= yes # Parser/pgen build bug. See Issue: 200622, 201974 PLIST_SUB= ABI=${ABIFLAGS} \ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554 |