Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 516476 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.pre.in (-2 / +2 lines)
Lines 1200-1207 Link Here
1200
# Install a number of symlinks to keep software that expects a normal unix
1200
# Install a number of symlinks to keep software that expects a normal unix
1201
# install (which includes python-config) happy.
1201
# install (which includes python-config) happy.
1202
frameworkinstallmaclib:
1202
frameworkinstallmaclib:
1203
	ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).a"
1203
	# ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).a"
1204
	ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).dylib"
1204
	# ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).dylib"
1205
	ln -fs "../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/libpython$(VERSION).dylib"
1205
	ln -fs "../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/libpython$(VERSION).dylib"
1206
	cd Mac && $(MAKE) installmacsubtree DESTDIR="$(DESTDIR)"
1206
	cd Mac && $(MAKE) installmacsubtree DESTDIR="$(DESTDIR)"
1207
1207

Return to bug 516476