pkgsrc/lang/python25
dsainty 82a2ee5b15 Any package that determines libraries to link via:
$PYTHON -c "from distutils import sysconfig; print sysconfig.get_config_var('SHLIBS');"

... where bdb.buildlink.mk has been used and it satisfied the requirement from
Pkgsrc (E.g. via databases/db4) would fail to build because the required -ldb4
library was not itself buildlinked.

To rectify this, pull in bdb.buildlink.mk in python??/buildlink3.mk under the
same conditions as it is pulled in in the package's own makefile.

No revision bump required, this almost certainly only affects packages and
environments that simply wouldn't build at all prior to the fix.

Fixes the build of py-ORBit on Linux (Python 2.4 or 2.5), and PR39377.
2009-01-23 03:05:53 +00:00
..
patches Remove "-Wno-long-double" from the Darwin C compiler flags as suggested 2008-12-17 12:49:51 +00:00
ALTERNATIVES
buildlink3.mk Any package that determines libraries to link via: 2009-01-23 03:05:53 +00:00
DESCR
distinfo Remove "-Wno-long-double" from the Darwin C compiler flags as suggested 2008-12-17 12:49:51 +00:00
Makefile Remove "-Wno-long-double" from the Darwin C compiler flags as suggested 2008-12-17 12:49:51 +00:00
MESSAGE.SunOS * Add a note about SunOS and needing to have SUNWaudh installed to 2008-09-13 09:59:35 +00:00
PLIST.common Fix PLIST for systems that have builtin OpenSSL < 0.9.8, such as NetBSD-3. 2008-04-25 11:51:13 +00:00
PLIST.common_end
PLIST.Darwin Apply patch by Brian de Alwis to fix build problems under Mac OS X Leopard. 2008-06-27 19:57:49 +00:00
PLIST.IRIX
PLIST.Linux Fix Linux PLIST. 2008-05-17 22:46:34 +00:00
PLIST.SunOS * Add a note about SunOS and needing to have SUNWaudh installed to 2008-09-13 09:59:35 +00:00