You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/primegen/files/primegen-0.97-man.patch

14 lines
605 B

diff -Naurp primegen-0.97-orig/primegen.3 primegen-0.97/primegen.3
--- primegen-0.97-orig/primegen.3 2008-07-23 22:27:52.000000000 +0200
+++ primegen-0.97/primegen.3 2008-07-23 22:26:52.000000000 +0200
@@ -21,6 +21,9 @@ uint64 \fIbound\fR;
The primegen library generates prime numbers in order:
2, 3, 5, 7, etc.
It can generate primes as large as 10^15.
+Only a static version of this library is provided, so instead of
+linking your program with -lprimegen you will have to pass the
+full path to the library (e.g. /usr/lib/primegen.a) to the compiler.
The simplest way to use primegen
is to call