summaryrefslogtreecommitdiff
path: root/graphics/pstoedit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-28 17:27:28 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-28 17:27:28 +0000
commit64b116c873296fda346744430ec3fd2edded1068 (patch)
tree3e03bb9b7cd873900fdb64cd91a74ada2360c75e /graphics/pstoedit
parent4f41a7cbe939d1c0b7f951b02b816124ff4891ce (diff)
downloadpkgsrc-64b116c873296fda346744430ec3fd2edded1068.tar.gz
Include unistd.h for mkstemp on DragonFly.
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r--graphics/pstoedit/distinfo3
-rw-r--r--graphics/pstoedit/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/pstoedit/distinfo b/graphics/pstoedit/distinfo
index e070233e84b..d4e2b72f997 100644
--- a/graphics/pstoedit/distinfo
+++ b/graphics/pstoedit/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2005/08/12 19:29:29 drochner Exp $
+$NetBSD: distinfo,v 1.11 2005/12/28 17:27:28 joerg Exp $
SHA1 (pstoedit-3.41.tar.gz) = 10a0a666c02eb5102f867744f6e75ee815b03aca
RMD160 (pstoedit-3.41.tar.gz) = 8db6d8b40ba681a01eb2bda3a0f14e31df25130f
Size (pstoedit-3.41.tar.gz) = 797596 bytes
+SHA1 (patch-aa) = bbe51177db5672e3254f89b401af16e14f1a767d
SHA1 (patch-ba) = a0e14f4b515069972f0cc7bf0f0949c1828edd28
diff --git a/graphics/pstoedit/patches/patch-aa b/graphics/pstoedit/patches/patch-aa
new file mode 100644
index 00000000000..6db2ab55b39
--- /dev/null
+++ b/graphics/pstoedit/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.4 2005/12/28 17:27:28 joerg Exp $
+
+--- src/drvasy.cpp.orig 2005-12-28 17:12:36.000000000 +0000
++++ src/drvasy.cpp
+@@ -37,6 +37,7 @@
+
+ #include <limits.h> // PATH_MAX for MSVC
+ #include <ctype.h> // Need definition of ispunct()
++#include <unistd.h> // Need defintion of mkstemp()
+ #include <sstream>
+
+ #if !(defined(unix) || defined(__unix__) || defined(_unix) || defined(__unix) || defined(__EMX__) || defined (NetBSD) )