From 51bea438cc8048aaead3b664e5a6b9ee3330938f Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Tue, 23 Nov 1999 03:35:29 +0000 Subject: Update to the 0.90 version, with encryption and hot links. PR: 13133 Submitted by: OKAZAKI Tetsurou and Christian Weisgerber --- graphics/xpdf/files/patch-aa | 11 +++++++++++ graphics/xpdf/files/patch-ab | 20 ++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 graphics/xpdf/files/patch-aa create mode 100644 graphics/xpdf/files/patch-ab (limited to 'graphics') diff --git a/graphics/xpdf/files/patch-aa b/graphics/xpdf/files/patch-aa new file mode 100644 index 000000000000..1040aa95eed7 --- /dev/null +++ b/graphics/xpdf/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Aug 3 06:36:22 1999 ++++ Makefile.in Sat Aug 14 04:20:32 1999 +@@ -12,7 +12,7 @@ + exec_prefix = @exec_prefix@ + srcdir = @srcdir@ + +-INSTALL = @INSTALL@ ++INSTALL = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + + EXE = @EXE@ diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab new file mode 100644 index 000000000000..edea0bef7a58 --- /dev/null +++ b/graphics/xpdf/files/patch-ab @@ -0,0 +1,20 @@ +--- configure.in.~1~ Tue Aug 3 13:36:22 1999 ++++ configure.in Thu Nov 18 06:45:50 1999 +@@ -69,6 +69,7 @@ + dnl ##### Checks for header files. + AC_PATH_XTRA + AC_HEADER_DIRENT ++AC_CHECK_HEADERS(unistd.h) + + dnl ##### Look for header that defines fd_set. + AC_MSG_CHECKING([fd_set and sys/select.h or sys/bsdtypes.h]) +@@ -147,6 +148,9 @@ + xpdf_cv_func_select_arg, + [AC_TRY_COMPILE([#include + #include ++#ifdef HAVE_UNISTD_H ++#include ++#endif + #ifdef HAVE_SYS_SELECT_H + #include + #endif], -- cgit v1.2.3