aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-07-08 14:57:28 +0800
committermaho <maho@FreeBSD.org>2006-07-08 14:57:28 +0800
commit8cf4bbe5861e2edf80a8a48d54ac7af5c62dc16c (patch)
treeabcf054000d7e389cd3e9bb28464cb383a649bc7 /graphics
parent4c7315df1f5811ee68eb7e58610bbbaa5aa10f09 (diff)
downloadfreebsd-ports-graphics-8cf4bbe5861e2edf80a8a48d54ac7af5c62dc16c.tar.gz
freebsd-ports-graphics-8cf4bbe5861e2edf80a8a48d54ac7af5c62dc16c.tar.zst
freebsd-ports-graphics-8cf4bbe5861e2edf80a8a48d54ac7af5c62dc16c.zip
Unbreak for sparc64
PR: 99905 Submitted by: ahze
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libemf/Makefile4
-rw-r--r--graphics/libemf/files/patch-include+wine+winnt.h2
2 files changed, 1 insertions, 5 deletions
diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile
index 34733edcd62..4283b07f194 100644
--- a/graphics/libemf/Makefile
+++ b/graphics/libemf/Makefile
@@ -17,10 +17,6 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
-.endif
-
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
diff --git a/graphics/libemf/files/patch-include+wine+winnt.h b/graphics/libemf/files/patch-include+wine+winnt.h
index a82512f71a8..69dd801d5f6 100644
--- a/graphics/libemf/files/patch-include+wine+winnt.h
+++ b/graphics/libemf/files/patch-include+wine+winnt.h
@@ -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