Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2006 01:17:07 GMT
From:      Michael Johnson <ahze@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        maho@FreeBSD.org
Subject:   ports/99905: [PATCH] graphics/libEMF: fix build on sparc64 
Message-ID:  <200607080117.k681H7aq099599@blueherron.ahze.net>
Resent-Message-ID: <200607080520.k685KGkn049459@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99905
>Category:       ports
>Synopsis:       [PATCH] graphics/libEMF: fix build on sparc64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 08 05:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        
>Organization:
>Environment:
>Description:
Fix build on sparc64

Port maintainer (maho@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libEMF-1.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/libemf/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	24 Nov 2004 01:56:23 -0000	1.5
+++ Makefile	8 Jul 2006 01:15:03 -0000
@@ -17,10 +17,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64"
-BROKEN=		"Does not compile on sparc64"
-.endif
-
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
Index: files/patch-include+wine+winnt.h
===================================================================
RCS file: /home/ncvs/ports/graphics/libemf/files/patch-include+wine+winnt.h,v
retrieving revision 1.1
diff -u -r1.1 patch-include+wine+winnt.h
--- files/patch-include+wine+winnt.h	17 Mar 2004 11:09:40 -0000	1.1
+++ files/patch-include+wine+winnt.h	8 Jul 2006 01:15:03 -0000
@@ -42,7 +42,7 @@
  
  #endif  /* __sparc__ */
 +
-+#if defined(__amd64__) || defined(__ia64__) || defined(__sparc64__)
++#if defined(__amd64__) || defined(__ia64__)
 +#define CONTEXT_FULL 1
 +typedef struct _CONTEXT CONTEXT;
 +#endif
--- libEMF-1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607080117.k681H7aq099599>