diff options
Diffstat (limited to 'dev-lang/python/files/python-2.5.4-cross-Makefile.pre.in.patch')
-rw-r--r-- | dev-lang/python/files/python-2.5.4-cross-Makefile.pre.in.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-lang/python/files/python-2.5.4-cross-Makefile.pre.in.patch b/dev-lang/python/files/python-2.5.4-cross-Makefile.pre.in.patch new file mode 100644 index 0000000..1be9bf1 --- /dev/null +++ b/dev-lang/python/files/python-2.5.4-cross-Makefile.pre.in.patch @@ -0,0 +1,10 @@ +--- Makefile.pre.in 2009-03-06 18:39:38.000000000 +0000 ++++ Makefile.pre.in.new 2009-03-06 18:40:08.000000000 +0000 +@@ -93,6 +93,7 @@ + INCLUDEDIR= @includedir@ + CONFINCLUDEDIR= $(exec_prefix)/include + SCRIPTDIR= $(prefix)/@@GENTOO_LIBDIR@@ ++LIBDIRNAME= @@GENTOO_LIBDIR@@ + + # Detailed destination directories + BINLIBDEST= $(LIBDIR)/python$(VERSION) |