mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to the 0.90 version, with encryption and hot links.
PR: 13133 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> and Christian Weisgerber <naddy@mips.rhein-neckar.de>
This commit is contained in:
parent
405d9b217b
commit
51bea438cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23280
2 changed files with 31 additions and 0 deletions
11
graphics/xpdf/files/patch-aa
Normal file
11
graphics/xpdf/files/patch-aa
Normal file
|
@ -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@
|
20
graphics/xpdf/files/patch-ab
Normal file
20
graphics/xpdf/files/patch-ab
Normal file
|
@ -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 <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
+#ifdef HAVE_UNISTD_H
|
||||
+#include <unistd.h>
|
||||
+#endif
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif],
|
Loading…
Add table
Reference in a new issue