aboutsummaryrefslogtreecommitdiff
path: root/graphics/libemf
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-07-08 06:57:28 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-07-08 06:57:28 +0000
commit20f3ee593d32f86ce670819057c2d8692f1b2ef2 (patch)
tree3e946eae7fc84c724ddf78fc29e83e4a457acf53 /graphics/libemf
parent4db26f653e8a6db0655a0bf4418a3d86fd74fce7 (diff)
downloadports-20f3ee593d32f86ce670819057c2d8692f1b2ef2.tar.gz
ports-20f3ee593d32f86ce670819057c2d8692f1b2ef2.zip
Notes
Diffstat (limited to 'graphics/libemf')
-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 34733edcd629..4283b07f1944 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 a82512f71a83..69dd801d5f6c 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