1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/math/yacas/files/patch-plugins:filescanner::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
194 B
C++

--- plugins/filescanner/plugin.cc.orig Sun Aug 24 14:17:44 2003
+++ plugins/filescanner/plugin.cc Thu Jul 29 16:07:27 2004
@@ -81,7 +81,7 @@
return NEW FileScannerPlugin;
}
-};
+}