ports/52390: emulators/twin attempts to build on unsupported platforms

Pedro F. Giffuni giffunip at yahoo.com
Fri May 23 03:00:34 UTC 2003


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

From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip at yahoo.com>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:  
Subject: Re: ports/52390: emulators/twin attempts to build on unsupported platforms
Date: Fri, 23 May 2003 03:53:39 +0100 (BST)

 --0-2047485371-1053658419=:63120
 Content-Type: text/plain; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit
 Content-Id: 
 Content-Disposition: inline
 
 I checked the alpha build log and I think I have a workaround
 for the brokeness.
 
 This patch should fix the build on non-i386 platforms, without
 affecting the i386 build.
 
 __________________________________________________
 It's Samaritans' Week. Help Samaritans help others. 
 Call 08709 000032 to give or donate online now at http://www.samaritans.org/support/donations.shtm
 --0-2047485371-1053658419=:63120
 Content-Type: text/plain; name=patch-twin
 Content-Description: patch-twin
 Content-Disposition: inline; filename=patch-twin
 
 diff -ruN twin.orig/Makefile twin/Makefile
 --- twin.orig/Makefile	Sat May  3 22:02:14 2003
 +++ twin/Makefile	Thu May 22 19:41:29 2003
 @@ -15,13 +15,20 @@
  MAINTAINER=	ports at FreeBSD.org
  COMMENT=	Willows Toolkit for migrating and developing Windows applications
  
 +ONLY_FOR_ARCHS= i386 alpha powerpc arm mips sparc
 +
  WRKSRC=		${WRKDIR}/${PORTNAME}
  
  USE_XLIB=	yes
  USE_GMAKE=	yes
 -GNU_CONFIGURE=	yes
 +HAS_CONFIGURE=	yes
  CONFIGURE_ARGS=	--disable-debugger
 +.if ${MACHINE_ARCH} != "i386"
 +  CONFIGURE_ARGS+= --disable-intp
 +.endif
 +
  ALL_TARGET=	depend world
 +
  PLIST_SUB=	LIBVER="${LIBVER}"
  INSTALLS_SHLIB=	yes
  
 
 --0-2047485371-1053658419=:63120--



More information about the freebsd-ports-bugs mailing list