summarylogtreecommitdiffstats
path: root/patch_properties.patch
diff options
context:
space:
mode:
authorMatthias Blaicher2015-10-24 17:04:56 +0200
committerMatthias Blaicher2015-10-24 17:04:56 +0200
commit0e0a65dc95af1a768df0bb169e8bcb8c5436c212 (patch)
tree67783b0c176a5b34b1c36fd06a71926193b5e221 /patch_properties.patch
downloadaur-0e0a65dc95af1a768df0bb169e8bcb8c5436c212.tar.gz
First release
Diffstat (limited to 'patch_properties.patch')
-rw-r--r--patch_properties.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/patch_properties.patch b/patch_properties.patch
new file mode 100644
index 000000000000..9c42ae584d34
--- /dev/null
+++ b/patch_properties.patch
@@ -0,0 +1,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]],
+ [