diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-01-01 01:34:43 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-01-01 01:34:43 +0000 |
| commit | 88c2ac326c8dffa7ab9497c2d5526e82a319548d (patch) | |
| tree | d69cc060ec7017183c5bf66ecbe916ccb74d383e /packaging/macosx/ports/lang/python26/files/patch-Makefile.pre.in.diff | |
| parent | ruler: Read state flags for GtkStyleContext correctly (diff) | |
| parent | Remove MacOSX packaging and make space for future 0.93 osx packagers. (diff) | |
| download | inkscape-88c2ac326c8dffa7ab9497c2d5526e82a319548d.tar.gz inkscape-88c2ac326c8dffa7ab9497c2d5526e82a319548d.zip | |
Merge in package removal branch
(bzr r15381)
Diffstat (limited to 'packaging/macosx/ports/lang/python26/files/patch-Makefile.pre.in.diff')
| -rw-r--r-- | packaging/macosx/ports/lang/python26/files/patch-Makefile.pre.in.diff | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/packaging/macosx/ports/lang/python26/files/patch-Makefile.pre.in.diff b/packaging/macosx/ports/lang/python26/files/patch-Makefile.pre.in.diff deleted file mode 100644 index 60cd69706..000000000 --- a/packaging/macosx/ports/lang/python26/files/patch-Makefile.pre.in.diff +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.pre.in.orig 2008-06-19 20:47:03.000000000 -0600 -+++ Makefile.pre.in 2008-07-28 19:57:15.000000000 -0600 -@@ -394,8 +394,8 @@ - # Build the shared modules - sharedmods: $(BUILDPYTHON) - @case $$MAKEFLAGS in \ -- *s*) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py -q build;; \ -- *) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py build;; \ -+ *s*) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py -q --no-user-cfg build;; \ -+ *) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py --no-user-cfg build;; \ - esac - - # Build static library -@@ -993,7 +993,7 @@ - # Install the dynamically loadable modules - # This goes into $(exec_prefix) - sharedinstall: -- $(RUNSHARED) ./$(BUILDPYTHON) -E $(srcdir)/setup.py install \ -+ $(RUNSHARED) ./$(BUILDPYTHON) -E $(srcdir)/setup.py --no-user-cfg install \ - --prefix=$(prefix) \ - --install-scripts=$(BINDIR) \ - --install-platlib=$(DESTSHARED) \ -@@ -1073,7 +1073,7 @@ - # This installs a few of the useful scripts in Tools/scripts - scriptsinstall: - SRCDIR=$(srcdir) $(RUNSHARED) \ -- ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \ -+ ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py --no-user-cfg install \ - --prefix=$(prefix) \ - --install-scripts=$(BINDIR) \ - --root=/$(DESTDIR) |
