for FreeBSD-current

Jun Kuriyama kuriyama at FreeBSD.org
Tue Mar 21 18:00:55 CET 2000


Some days ago, FreeBSD-4.0 was released and 5.0-current branch was
created.  So please apply this patch to build on 5.0-current.


--- mpi/config.links.orig	Fri Dec 10 22:04:00 1999
+++ mpi/config.links	Tue Mar 21 17:56:33 2000
@@ -12,12 +12,12 @@
 
 if test "$try_asm_modules" = "yes" ; then
 case "${target}" in
-    i[34]86*-*-freebsd*-elf | i[34]86*-*-freebsd[34]* | i[34]86*-*-freebsdelf*)
+    i[34]86*-*-freebsd*-elf | i[34]86*-*-freebsd[3-9]* | i[34]86*-*-freebsdelf*)
        echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
        cat  $srcdir/mpi/i386/syntax.h	   >>./mpi/asm-syntax.h
        path="i386"
        ;;
-    i[56]86*-*-freebsd*-elf | i[56]86*-*-freebsd[34]* | i[56]86*-*-freebsdelf*)
+    i[56]86*-*-freebsd*-elf | i[56]86*-*-freebsd[3-9]* | i[56]86*-*-freebsdelf*)
        echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
        cat  $srcdir/mpi/i386/syntax.h	   >>./mpi/asm-syntax.h
        path="i586 i386"


-- 
Jun Kuriyama <kuriyama at FreeBSD.org> // FreeBSD Project



More information about the Gnupg-devel mailing list