GNU/K*BSD support. Forgot the patch, here is it.

Robert Millan zeratul2 at wanadoo.es
Sun Nov 16 14:49:53 CET 2003


Sorry, forgot the patch. Here is it.

-- 
Robert Millan

"[..] but the delight and pride of Aule is in the deed of making, and in the
thing made, and neither in possession nor in his own mastery; wherefore he
gives and hoards not, and is free from care, passing ever on to some new work."

 -- J.R.R.T, Ainulindale (Silmarillion)
-------------- next part --------------
--- old/gnupg-1.2.3/mpi/config.links	2003-04-24 13:15:58.000000000 +0200
+++ gnupg-1.2.3/mpi/config.links	2003-11-16 13:31:40.000000000 +0100
@@ -67,7 +67,9 @@
 	;;
     i[3467]86*-*-linuxaout*  | \
     i[3467]86*-*-linuxoldld* | \
-    i[3467]86*-*-*bsd*)
+    i[3467]86*-*-freebsd* | \
+    i[3467]86*-*-netbsd* | \
+    i[3467]86*-*-openbsd*)
 	echo '#define BSD_SYNTAX' >>./mpi/asm-syntax.h
 	echo '#define X86_BROKEN_ALIGN' >>./mpi/asm-syntax.h
 	cat  $srcdir/mpi/i386/syntax.h	    >>./mpi/asm-syntax.h
@@ -75,7 +77,9 @@
 	;;
     i586*-*-linuxaout*  | \
     i586*-*-linuxoldld* | \
-    i586*-*-*bsd*)
+    i586*-*-freebsd* | \
+    i586*-*-netbsd* | \
+    i586*-*-openbsd*)
 	echo '#define BSD_SYNTAX' >>./mpi/asm-syntax.h
 	echo '#define X86_BROKEN_ALIGN' >>./mpi/asm-syntax.h
 	cat  $srcdir/mpi/i386/syntax.h	    >>./mpi/asm-syntax.h


More information about the Gnupg-devel mailing list