repo.or.cz
/
nslu2-linux
/
optware.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git]
/
sources
/
py-gdchart2
/
setup.py.patch
blob
933443a1c48ee22e20be6ecc4477dd42c410ed79
1
--- pygdchart2/setup.py 2004-11-18 16:41:35.000000000 -0800
2
+++ py-gdchart2/setup.py 2005-06-12 20:37:13.264321000 -0700
3
@@ -14,14 +14,6 @@
4
Extension(
5
"_gdchartc",
6
["_gdchartc.c"],
7
- include_dirs=[GDCHART_PATH],
8
- library_dirs=[
9
- GD_PATH,
10
- GDCHART_PATH,
11
- "/usr/local/lib",
12
- "/usr/X11R6/lib",
13
- "/usr/lib"
14
- ],
15
define_macros=[
16
("HAVE_LIBFREETYPE", 1),
17
("HAVE_JPEG", 1),