1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/lang/python32
Kubilay Kocak ec7259ec32 Resolve gettext (libintl) detection and linking in all Python ports
Fix gettext (NLS) detection, includes and linking:
- all: Use LDFLAGS and CPPFLAGS over CFLAGS for NLS option (with comment)
- python26,27: Pass LIBS="-lintl" to CONFIGURE_ENV

Workaround Pythons odd build mechanics causing duplicate args:
- all: Remove CFLAGS from OPT= in CONFIGURE_ENV
- python32,33: Remove CONFIGURE_* variables from Makefile.pre.in

Other:
- python32: Patch setup.py to pass OPT correctly to shared modules

PR:		ports/181721
Reported by:	pawel
Reviewed by:	bapt mva sbz
2013-09-08 14:05:18 +00:00
..
files Resolve gettext (libintl) detection and linking in all Python ports 2013-09-08 14:05:18 +00:00
distinfo Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2 2013-05-18 08:21:00 +00:00
Makefile Resolve gettext (libintl) detection and linking in all Python ports 2013-09-08 14:05:18 +00:00
pkg-descr
pkg-message Commit all the non-functional changes to python ports to reduce the diff size 2013-05-11 11:37:54 +00:00
pkg-plist - Move the symlink magic for the default python version into lang/python 2013-08-17 19:10:59 +00:00