summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24/files/patch-wx-config.in
blob: a7ed9b6792da2fbe9b4490fa8f9033c42714168a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- wx-config.in.orig	Wed Nov  5 00:19:46 2003
+++ wx-config.in	Wed Nov  5 00:20:14 2003
@@ -66,7 +66,7 @@
     if test $inplace_flag = yes ; then
 	includes="-I$inplace_builddir/lib/wx/include/@TOOLCHAIN_NAME@ -I$inplace_include"
     else
-	includes="-I@libdir@/wx/include/@TOOLCHAIN_NAME@$includes"
+	includes="-I@prefix@/include/wx/@TOOLCHAIN_NAME@$includes"
     fi
 
     if test $static_flag = yes ; then