|
portability fix for python20
Revisions pulled up:
- pkgsrc/lang/python20/Makefile 1.28
- pkgsrc/lang/python20/distinfo 1.9
- pkgsrc/lang/python20/patches/patch-ab 1.2
- pkgsrc/lang/python20/patches/patch-ad 1.2
- pkgsrc/lang/python20/patches/patch-ae 1.1
- pkgsrc/lang/python20/patches/patch-af 1.1
Module Name: pkgsrc
Committed By: grant
Date: Fri Aug 19 06:06:09 UTC 2005
Modified Files:
pkgsrc/lang/python20: Makefile
Log Message:
nuke broken pre-configure target, which does nothing useful.
it was broken because the delimeter , can appear in the RHS of the
sed(1) expression (think "-Wl,-R ..."), and it does nothing useful
because the patterns don't appear in the files.
---
Module Name: pkgsrc
Committed By: grant
Date: Fri Aug 19 06:12:09 UTC 2005
Modified Files:
pkgsrc/lang/python20: distinfo
pkgsrc/lang/python20/patches: patch-ab patch-ad
Added Files:
pkgsrc/lang/python20/patches: patch-ae patch-af
Log Message:
include LDFLAGS when linking shared libraries, so they can find their
prerequisite libraries at runtime.
fixes build on Solaris (and probably others).
|