openbsd-ports/security/libpwquality/patches/patch-python_Makefile_in
2012-06-13 15:27:24 +00:00

13 lines
515 B
Plaintext

$OpenBSD: patch-python_Makefile_in,v 1.1 2012/06/13 15:27:24 jasper Exp $
--- python/Makefile.in.orig Wed Jun 13 17:18:23 2012
+++ python/Makefile.in Wed Jun 13 17:18:55 2012
@@ -452,7 +452,7 @@ uninstall-am: uninstall-pythonsiteSCRIPTS
pwquality.so: ../src/pwquality.h pwquality.c setup.py
- python setup.py build --build-lib=.
+ ${MODPY_BIN} setup.py build --build-lib=.
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.