ports/99905: [PATCH] graphics/libEMF: fix build on sparc64

Michael Johnson ahze at FreeBSD.org
Sat Jul 8 05:20:17 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list