* [gentoo-commits] gentoo-x86 commit in dev-python/pypcap/files: include_path.patch
@ 2009-04-18 14:24 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-18 14:24 UTC (permalink / raw
To: gentoo-commits
patrick 09/04/18 14:24:13
Added: include_path.patch
Log:
Small patch to fix compilation issues, thanks to Mike Kazantsev. Closes #247145
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-python/pypcap/files/include_path.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pypcap/files/include_path.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pypcap/files/include_path.patch?rev=1.1&content-type=text/plain
Index: include_path.patch
===================================================================
diff --git a/setup.py b/setup.py
index 9aada5a..71d0d34 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ class config_pcap(config.config):
dirs = [ '/usr', sys.prefix ] + glob.glob('/opt/libpcap*') + \
glob.glob('../libpcap*') + glob.glob('../wpdpack*')
for d in dirs:
- for sd in ('include', 'include/pcap', ''):
+ for sd in ('include/pcap', 'include', ''):
incdirs = [ os.path.join(d, sd) ]
if os.path.exists(os.path.join(d, sd, 'pcap.h')):
cfg['include_dirs'] = [ os.path.join(d, sd) ]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pypcap/files: include_path.patch
@ 2015-01-16 15:33 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2015-01-16 15:33 UTC (permalink / raw
To: gentoo-commits
jer 15/01/16 15:33:48
Removed: include_path.patch
Log:
Fix DEPEND.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-16 15:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-16 15:33 [gentoo-commits] gentoo-x86 commit in dev-python/pypcap/files: include_path.patch Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2009-04-18 14:24 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox