dfb1bd873d
- Fix WITH_GMP on FreeBSD >= 500035 - Add a test target to the Makefile of the port. Approved by: netchild
12 lines
175 B
C++
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;
|
|
}
|
|
|
|
-};
|
|
+}
|
|
|
|
|
|
|