* [gentoo-commits] gentoo-x86 commit in games-board/gnome-hearts/files: gnome-hearts-0.3-python.patch
@ 2010-01-12 17:45 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-01-12 17:45 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/01/12 17:45:10
Added: gnome-hearts-0.3-python.patch
Log:
initial commit - ebuild work from Luca Marturana and Samuli Suominen via bug #155104
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.1 games-board/gnome-hearts/files/gnome-hearts-0.3-python.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnome-hearts/files/gnome-hearts-0.3-python.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnome-hearts/files/gnome-hearts-0.3-python.patch?rev=1.1&content-type=text/plain
Index: gnome-hearts-0.3-python.patch
===================================================================
--- configure.in.old 2008-09-16 23:42:41.600170750 +0200
+++ configure.in 2008-09-16 23:46:35.563175050 +0200
@@ -32,7 +32,9 @@
# Find Python compiler and linker flags
PYTHON_LIBS=[$($PYTHON -c "from distutils import sysconfig
-print '/'.join(sysconfig.get_config_vars('LIBPL','LDLIBRARY'))+' '+sysconfig.get_config_var('LIBS')+' '+sysconfig.get_config_var('LINKFORSHARED')")]
+import os
+print os.path.join(*sysconfig.get_config_vars('LIBDIR', 'LDLIBRARYDIR', 'LDLIBRARY')),
+sysconfig.get_config_var('LIBS'), sysconfig.get_config_var('LINKFORSHARED')")]
PYTHON_CFLAGS=[$($PYTHON -c "from distutils import sysconfig
print sysconfig.get_python_inc()")]
PYTHON_CFLAGS="-I$PYTHON_CFLAGS"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-board/gnome-hearts/files: gnome-hearts-0.3-python.patch
@ 2014-12-30 12:11 Pacho Ramos (pacho)
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-30 12:11 UTC (permalink / raw
To: gentoo-commits
pacho 14/12/30 12:11:37
Removed: gnome-hearts-0.3-python.patch
Log:
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-30 12:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30 12:11 [gentoo-commits] gentoo-x86 commit in games-board/gnome-hearts/files: gnome-hearts-0.3-python.patch Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2010-01-12 17:45 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox