diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-31 13:01:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-31 13:01:07 +0000 |
commit | 630a8f7c9dba1c5f5952469c7341c857b55c0baf (patch) | |
tree | 40d15e2b3a03c1f66d8a6683057c709c7fd17d86 /x11-toolkits/py-wxPython24/files/patch-ac | |
parent | 750a2333304acca1b9b5b5b519aa404f2963e124 (diff) | |
download | ports-630a8f7c9dba1c5f5952469c7341c857b55c0baf.tar.gz ports-630a8f7c9dba1c5f5952469c7341c857b55c0baf.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-wxPython24/files/patch-ac')
-rw-r--r-- | x11-toolkits/py-wxPython24/files/patch-ac | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/x11-toolkits/py-wxPython24/files/patch-ac b/x11-toolkits/py-wxPython24/files/patch-ac index 79ffff04c345..9a5a4b1b76e0 100644 --- a/x11-toolkits/py-wxPython24/files/patch-ac +++ b/x11-toolkits/py-wxPython24/files/patch-ac @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- setup.py.orig Tue May 22 19:02:54 2001 -+++ setup.py Mon May 28 19:58:15 2001 -@@ -86,6 +86,16 @@ +--- setup.py.orig Thu Dec 20 18:33:42 2001 ++++ setup.py Sun Jan 20 11:00:24 2002 +@@ -111,6 +111,16 @@ #---------------------------------------------------------------------- @@ -20,13 +17,13 @@ $FreeBSD$ # Check for build flags on the command line #---------------------------------------------------------------------- -@@ -229,9 +239,10 @@ +@@ -277,9 +287,10 @@ ] libdirs = [] libs = [] + libs.extend(sys_libs) - cflags = os.popen(WX_CONFIG + ' --cflags', 'r').read()[:-1] + ' ' + \ + cflags = os.popen(WX_CONFIG + ' --cxxflags', 'r').read()[:-1] + ' ' + \ - os.popen('gtk-config --cflags', 'r').read()[:-1] + os.popen(gtk_config + ' --cflags', 'r').read()[:-1] cflags = string.split(cflags) |