aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpdf/files
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-02-11 02:26:25 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-02-11 02:26:25 +0000
commitece27f6136a3156c3d98eac6a84ad5ac936cab0b (patch)
tree9b66907b6738291b5d28c9b1e3b869e1b90f36ad /graphics/xpdf/files
parenta40b28ac21fb0acdd58e5dfed7889891e7556be6 (diff)
downloadports-ece27f6136a3156c3d98eac6a84ad5ac936cab0b.tar.gz
ports-ece27f6136a3156c3d98eac6a84ad5ac936cab0b.zip
Notes
Diffstat (limited to 'graphics/xpdf/files')
-rw-r--r--graphics/xpdf/files/patch-aa6
-rw-r--r--graphics/xpdf/files/patch-ab8
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/xpdf/files/patch-aa b/graphics/xpdf/files/patch-aa
index dd9da126dbb0..9eb2e67d6f80 100644
--- a/graphics/xpdf/files/patch-aa
+++ b/graphics/xpdf/files/patch-aa
@@ -1,6 +1,6 @@
---- configure.in.orig Mon Dec 4 13:28:07 2000
-+++ configure.in Thu Jan 11 21:05:07 2001
-@@ -183,6 +183,16 @@
+--- configure.in.orig Fri Feb 1 15:15:45 2002
++++ configure.in Sun Feb 10 17:42:52 2002
+@@ -193,6 +193,16 @@
if test "$xpdf_cv_func_mkstemp" = yes; then
AC_DEFINE(HAVE_MKSTEMP)
fi
diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab
index 6054622530ce..097cc6faa99f 100644
--- a/graphics/xpdf/files/patch-ab
+++ b/graphics/xpdf/files/patch-ab
@@ -1,6 +1,6 @@
---- goo/gfile.cc.org Fri Sep 1 14:35:26 2000
-+++ goo/gfile.cc Fri Sep 1 14:17:34 2000
-@@ -468,6 +468,16 @@
+--- goo/gfile.cc.orig Fri Feb 1 15:15:45 2002
++++ goo/gfile.cc Sun Feb 10 17:42:52 2002
+@@ -489,6 +489,16 @@
int fd;
if (ext) {
@@ -17,7 +17,7 @@
if (!(s = tmpnam(NULL))) {
return gFalse;
}
-@@ -478,6 +488,7 @@
+@@ -499,6 +509,7 @@
}
(*name)->append(ext);
fd = open((*name)->getCString(), O_WRONLY | O_CREAT | O_EXCL, 0600);