pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/32333: Unable to compile libffi in Interix3



The following reply was made to PR pkg/32333; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/32333: Unable to compile libffi in Interix3
Date: Mon, 18 May 2009 06:03:51 +0000

 As a first shot, maybe try this replacement for patch-aa:
 (the first hunk is the new bit)
 
      ------
 $NetBSD$
 
 --- configure.orig     2008-12-19 11:12:45.000000000 -0500
 +++ configure  2009-05-18 02:00:24.000000000 -0400
 @@ -20989,7 +20989,7 @@ case "$host" in
    i386-*-freebsd* | i386-*-openbsd*)
        TARGET=X86_FREEBSD; TARGETDIR=x86
        ;;
 -  i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)
 +  i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-interix*)
        TARGET=X86_WIN32; TARGETDIR=x86
        ;;
    i?86-*-darwin*)
 @@ -21033,7 +21033,7 @@ case "$host" in
    powerpc-*-aix* | rs6000-*-aix*)
        TARGET=POWERPC_AIX; TARGETDIR=powerpc
        ;;
 -  powerpc-*-freebsd*)
 +  powerpc-*-freebsd* | powerpc-*-netbsd*)
        TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
        ;;
    powerpc*-*-rtems*)
 
      ------
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index