patch for emulators/twin

Pedro F. Giffuni giffunip at yahoo.com
Sat Apr 26 12:39:33 PDT 2003


Hi guys,

I don't have access to an Alpha or a PPC but the
willows windows emulator is said to work on those
platforms. Perhaps someone could add this patch to the
port files directory to see if it at least starts
building. It doesn't harm the i386 port so maybe it
should be commited.

cheers,

    Pedro.

______________________________________________________________________
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html
-------------- next part --------------
*** configure.in.orig	Sat Apr 26 14:11:20 2003
--- configure.in	Sat Apr 26 14:15:38 2003
***************
*** 131,136 ****
--- 131,140 ----
  	TARGET=sunos
  	;;
  
+    alpha-*-freebsd* )
+ 	TARGET=freebsd
+ 	;;
+ 
     alpha-*-linux* )
  	TARGET=linux
  	;;
***************
*** 143,149 ****
  	TARGET=sco
  	;;
  
!    i*86-unknown-freebsd* )
  	TARGET=freebsd
  	;;
  
--- 147,153 ----
  	TARGET=sco
  	;;
  
!    i*86-*-freebsd* )
  	TARGET=freebsd
  	;;
  
***************
*** 153,158 ****
--- 157,166 ----
  
     i*86-*-cygwin* )
  	TARGET=cygwin
+ 	;;
+ 
+    powerpc-*-freebsd* )
+ 	TARGET=freebsd
  	;;
  
     powerpc-*-linux* )


More information about the freebsd-ports mailing list