mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
dfb1bd873d
- Fix WITH_GMP on FreeBSD >= 500035 - Add a test target to the Makefile of the port. Approved by: netchild
12 lines
194 B
C++
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;
|
|
}
|
|
|
|
-};
|
|
+}
|
|
|
|
|
|
|