mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- wx-config.in 2001/05/28 16:47:21 1.1
|
|
+++ wx-config.in 2001/05/28 16:50:00
|
|
@@ -31,7 +31,7 @@
|
|
includes=-I@includedir@
|
|
fi
|
|
fi
|
|
- includes="$includes -I@libdir@/wx/include -D__USE_WXCONFIG__"
|
|
+ includes="$includes -I@prefix@/include -D__USE_WXCONFIG__"
|
|
echo $includes @WXDEBUG_DEFINE@ @TOOLKIT_DEF@ @WXCONFIG_INCLUDE@
|
|
}
|
|
|