* [gentoo-commits] gentoo-x86 commit in dev-python/gdmodule/files: 0.56-libs.patch
@ 2010-11-25 14:14 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-11-25 14:14 UTC (permalink / raw
To: gentoo-commits
jlec 10/11/25 14:14:40
Added: 0.56-libs.patch
Log:
Do not link against uneeded libs, #346751, thanks cschwan for reporting
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-python/gdmodule/files/0.56-libs.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdmodule/files/0.56-libs.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdmodule/files/0.56-libs.patch?rev=1.1&content-type=text/plain
Index: 0.56-libs.patch
===================================================================
diff --git a/Setup.py b/Setup.py
index c6ef27f..8baedc4 100644
--- a/Setup.py
+++ b/Setup.py
@@ -40,7 +40,7 @@ def remove(itm, lst):
# Unixoid OS's I will just look for the usual suspects.
libdirs = dirtest([
- "/usr/local/lib", "/sw/lib", "/usr/lib",
+ "/usr/lib", "/usr/lib64",
"/usr/lib/X11", "/usr/X11R6/lib",
"/opt/gnome/lib",
])
@@ -48,7 +48,7 @@ libdirs = dirtest([
# include_dirs are also non-portable; same trick here.
incdirs = dirtest([
- "/usr/local/include", "/sw/include", "/usr/include",
+ "/usr/include",
"/usr/include/X11", "/usr/X11R6/include",
"/opt/gnome/include",
])
@@ -57,9 +57,6 @@ incdirs = dirtest([
want_libs = [
"gd",
- "jpeg", "png", "gif", "z",
- "X11", "Xpm",
- "ttf", "freetype",
]
libs = filetest(libdirs, want_libs)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gdmodule/files: 0.56-libs.patch
@ 2013-09-03 21:14 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2013-09-03 21:14 UTC (permalink / raw
To: gentoo-commits
bicatali 13/09/03 21:14:17
Removed: 0.56-libs.patch
Log:
converted to distutils-r1, thanks cschwan and jer
(Portage version: 2.2.01.22288-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-03 21:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 21:14 [gentoo-commits] gentoo-x86 commit in dev-python/gdmodule/files: 0.56-libs.patch Sebastien Fabbro (bicatali)
-- strict thread matches above, loose matches on Subject: below --
2010-11-25 14:14 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox