Makefile: Add NO_LATEST_LINK.
patch-Misc:Makefile.pre.in: Allow us to override PYTHON, which may be needed when you have more than one version of Python on your machine.
This commit is contained in:
@@ -23,6 +23,7 @@ CONFIGURE_ENV= OPT="${CFLAGS}"
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
||||
11
lang/python15/files/patch-Misc:Makefile.pre.in
Normal file
11
lang/python15/files/patch-Misc:Makefile.pre.in
Normal file
@@ -0,0 +1,11 @@
|
||||
--- Misc/Makefile.pre.in.orig Wed Dec 9 18:05:33 1998
|
||||
+++ Misc/Makefile.pre.in Thu Sep 7 21:04:19 2000
|
||||
@@ -92,7 +92,7 @@
|
||||
TARGET= python
|
||||
|
||||
# Installed python binary (used only by boot target)
|
||||
-PYTHON= python
|
||||
+PYTHON?= python
|
||||
|
||||
# Add more -I and -D options here
|
||||
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
|
||||
Reference in New Issue
Block a user