You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
337f00722f
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@152946 d073be05-634f-4543-b044-5fe20cf6d1d6
32 lines
1.3 KiB
Diff
32 lines
1.3 KiB
Diff
Index: Makefile.pre.in
|
|
===================================================================
|
|
--- Makefile.pre.in.orig
|
|
+++ Makefile.pre.in
|
|
@@ -546,7 +546,7 @@ sharedmods: $(BUILDPYTHON) pybuilddir.tx
|
|
esac; \
|
|
$(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
|
|
_TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' \
|
|
- $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build
|
|
+ $(PYTHON_FOR_BUILD) $(srcdir)/setup.py --no-user-cfg $$quiet build
|
|
|
|
# Build static library
|
|
# avoid long command lines, same as LIBRARY_OBJS
|
|
@@ -1265,7 +1265,7 @@ libainstall: all python-config
|
|
# Install the dynamically loadable modules
|
|
# This goes into $(exec_prefix)
|
|
sharedinstall: sharedmods
|
|
- $(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/setup.py install \
|
|
+ $(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/setup.py --no-user-cfg install \
|
|
--prefix=$(prefix) \
|
|
--install-scripts=$(BINDIR) \
|
|
--install-platlib=$(DESTSHARED) \
|
|
@@ -1339,7 +1339,7 @@ frameworkinstallextras:
|
|
# This installs a few of the useful scripts in Tools/scripts
|
|
scriptsinstall:
|
|
SRCDIR=$(srcdir) $(RUNSHARED) \
|
|
- $(PYTHON_FOR_BUILD) $(srcdir)/Tools/scripts/setup.py install \
|
|
+ $(PYTHON_FOR_BUILD) $(srcdir)/Tools/scripts/setup.py --no-user-cfg install \
|
|
--prefix=$(prefix) \
|
|
--install-scripts=$(BINDIR) \
|
|
--root=$(DESTDIR)/
|