freebsd-ports/math/yacas/files/patch-plugins::pcre::plugin.cc
Marius Strobl dfb1bd873d - Fix compilation with GCC 3.4.2.
- Fix WITH_GMP on FreeBSD >= 500035
- Add a test target to the Makefile of the port.

Approved by:	netchild
2004-08-11 20:47:39 +00:00

12 lines
175 B
C++

--- plugins/pcre/plugin.cc.orig Sun Aug 24 14:17:25 2003
+++ plugins/pcre/plugin.cc Thu Jul 29 16:05:37 2004
@@ -180,7 +180,7 @@
return NEW PcrePlugin;
}
-};
+}