diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-27 22:03:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-27 22:03:36 +0000 |
commit | efd783f9be54b06eb3e1e48bdc44d0fb4a6c7e99 (patch) | |
tree | 4b9a3496e85c96230f9a6b5e4b16b3d6849780d8 /x11-toolkits/py-fox/files/patch-setup | |
parent | - Respect X11BASE (diff) |
- Respect X11BASE
PR: ports/105907
Submitted by: trasz
Diffstat (limited to '')
-rw-r--r-- | x11-toolkits/py-fox/files/patch-setup | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/py-fox/files/patch-setup b/x11-toolkits/py-fox/files/patch-setup index 0539958d9409..fb2d40fe3576 100644 --- a/x11-toolkits/py-fox/files/patch-setup +++ b/x11-toolkits/py-fox/files/patch-setup @@ -1,13 +1,14 @@ --- setup.py.orig Wed Apr 3 00:29:06 2002 -+++ setup.py Tue Apr 6 11:53:15 2004 ++++ setup.py Mon Nov 27 10:32:24 2006 @@ -13,8 +13,10 @@ # Location of X libraries if sys.platform == 'win32': XLIBDIR = [] + XLIBINC = [] else: - XLIBDIR = ['/usr/X11R6/lib'] -+ XLIBINC = ['/usr/X11R6/include'] +- XLIBDIR = ['/usr/X11R6/lib'] ++ XLIBDIR = ['%%X11BASE%%/lib'] ++ XLIBINC = ['%%X11BASE%%/include'] # Other libraries OLIBDIRS = ['c:\cygwin\usr\local\lib'] |