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

Collapse All | Expand All

(-)stfl-0.19.orig/python/Makefile.snippet (-2 lines)
Lines 29-39 Link Here
29
	cd python && swig -python stfl.i
29
	cd python && swig -python stfl.i
30
	gcc -shared -pthread -fPIC python/stfl_wrap.c -I/usr/include/python$(PYTHON_VERSION) \
30
	gcc -shared -pthread -fPIC python/stfl_wrap.c -I/usr/include/python$(PYTHON_VERSION) \
31
		-I. libstfl.a -lncursesw -o python/_stfl.so
31
		-I. libstfl.a -lncursesw -o python/_stfl.so
32
	cd python && python -c 'import stfl'
33
32
34
install_python: python/_stfl.so python/stfl.py python/stfl.pyc
33
install_python: python/_stfl.so python/stfl.py python/stfl.pyc
35
	mkdir -p $(DESTDIR)$(prefix)/$(LIBDIR)/python$(PYTHON_VERSION)/lib-dynload/
34
	mkdir -p $(DESTDIR)$(prefix)/$(LIBDIR)/python$(PYTHON_VERSION)/lib-dynload/
36
	cp python/_stfl.so $(DESTDIR)$(prefix)/$(LIBDIR)/python$(PYTHON_VERSION)/lib-dynload/
35
	cp python/_stfl.so $(DESTDIR)$(prefix)/$(LIBDIR)/python$(PYTHON_VERSION)/lib-dynload/
37
	cp python/stfl.pyc $(DESTDIR)$(prefix)/$(LIBDIR)/python$(PYTHON_VERSION)/
38
	cp python/stfl.py $(DESTDIR)$(prefix)/$(LIBDIR)/python$(PYTHON_VERSION)/
36
	cp python/stfl.py $(DESTDIR)$(prefix)/$(LIBDIR)/python$(PYTHON_VERSION)/
39
37

Return to bug 262006