summaryrefslogtreecommitdiffstats
path: root/audio/Pd-extended/change_gem_configure_file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio/Pd-extended/change_gem_configure_file.patch')
-rw-r--r--audio/Pd-extended/change_gem_configure_file.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/Pd-extended/change_gem_configure_file.patch b/audio/Pd-extended/change_gem_configure_file.patch
new file mode 100644
index 0000000000..a10ff9155a
--- /dev/null
+++ b/audio/Pd-extended/change_gem_configure_file.patch
@@ -0,0 +1,28 @@
+*** configure.ac 2011-12-23 08:44:12.000000000 +0100
+--- configureUP.ac 2012-11-03 09:51:31.000000000 +0100
+***************
+*** 114,124 ****
+
+ # Checks for programs.
+ AC_PROG_CXX
+! dnl AC_PROG_OBJCXX
+
+ AC_LIBTOOL_WIN32_DLL
+ AC_PROG_LIBTOOL
+- #predeps_CXX="-lstdc++"
+
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+--- 114,125 ----
+
+ # Checks for programs.
+ AC_PROG_CXX
+! m4_ifdef([AC_PROG_OBJC], [AC_PROG_OBJC])
+! m4_ifdef([AC_PROG_OBJCXX], [AC_PROG_OBJCXX])
+!
+
+ AC_LIBTOOL_WIN32_DLL
+ AC_PROG_LIBTOOL
+
+ AC_PROG_INSTALL
+ AC_PROG_LN_S