Date: Sat, 26 Apr 2003 21:39:32 +0200 (CEST) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip@yahoo.com> To: freebsd-alpha@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: patch for emulators/twin Message-ID: <20030426193932.72441.qmail@web13402.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
--0-909690511-1051385972=:71551 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline 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 --0-909690511-1051385972=:71551 Content-Type: text/plain; name=patch-az Content-Description: patch-az Content-Disposition: inline; filename=patch-az *** 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* ) --0-909690511-1051385972=:71551--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030426193932.72441.qmail>