summarylogtreecommitdiffstats
path: root/patch_properties.patch
blob: 9c42ae584d34fb73efe49764ea60693740eb1e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/properties/Makefile.am b/properties/Makefile.am
index 584f1e6..5fdc019 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -1,2 +1,2 @@
-ACLOCAL_AMFLAGS = -I m4 -I /usr/local/share/aclocal
-SUBDIRS = include src demo
\ No newline at end of file
+ACLOCAL_AMFLAGS = -I m4 -I /usr/share/aclocal
+SUBDIRS = include src
\ No newline at end of file
diff --git a/properties/configure.ac b/properties/configure.ac
index 1202173..90351e7 100644
--- a/properties/configure.ac
+++ b/properties/configure.ac
@@ -26,7 +26,7 @@ if test "$wxWin" != 1; then
 		wxWidgets version is $reqwx or above.
 		])
 fi
-CPPFLAGS="$CPPFLAGS -D__GXX_EXPERIMENTAL_CXX0X__ $WX_CPPFLAGS -I/usr/local/include"
+CPPFLAGS="$WX_CPPFLAGS $CPPFLAGS"
 AC_ARG_ENABLE(debug,
 [[  --enable-debug   use debug configuration]],
 [