summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-06-13 14:04:35 +0000
committersalo <salo@pkgsrc.org>2006-06-13 14:04:35 +0000
commit494b8fdbc6c99b956b5cce41ff8920a80cb424a9 (patch)
tree712072d0a9255a7bcf92b1209219df4551dcba80 /print
parent5f9a3a1b994a26035e9c224cab9d53c4e3e2cc15 (diff)
downloadpkgsrc-494b8fdbc6c99b956b5cce41ff8920a80cb424a9.tar.gz
Regen the patch file since otherwise the evil uname(1) check chunk is
misplaced into an incorrect case statement.. Noticed by <adrianp>
Diffstat (limited to 'print')
-rw-r--r--print/acroread7/files/acroread.diff46
1 files changed, 23 insertions, 23 deletions
diff --git a/print/acroread7/files/acroread.diff b/print/acroread7/files/acroread.diff
index e4c6d039b45..dd55a13bf1c 100644
--- a/print/acroread7/files/acroread.diff
+++ b/print/acroread7/files/acroread.diff
@@ -1,8 +1,8 @@
-$NetBSD: acroread.diff,v 1.3 2006/04/09 09:53:59 wiz Exp $
+$NetBSD: acroread.diff,v 1.4 2006/06/13 14:04:35 salo Exp $
---- acroread.orig 2005-11-07 12:05:17.000000000 +0000
-+++ acroread
-@@ -214,7 +214,7 @@ else
+--- acroread.orig 2006-05-23 01:33:35.000000000 +0000
++++ acroread 2006-06-13 13:55:00.000000000 +0000
+@@ -233,7 +233,7 @@ else
ScriptDirectory="`/bin/pwd 2> /dev/null`"
cd "$cwd"
fi
@@ -11,7 +11,7 @@ $NetBSD: acroread.diff,v 1.3 2006/04/09 09:53:59 wiz Exp $
#
-@@ -439,18 +439,18 @@ check_gtk_ver_and_set_lib_path()
+@@ -476,18 +476,18 @@ check_gtk_ver_and_set_lib_path()
OLD_IFS=""
# This checks for libs in cache /etc/ld.so.cache
@@ -42,27 +42,27 @@ $NetBSD: acroread.diff,v 1.3 2006/04/09 09:53:59 wiz Exp $
return 1
}
-@@ -577,6 +577,19 @@ case "$os_name" in
+@@ -614,6 +614,19 @@ case "$os_name" in
ACRO_CONFIG=intellinux
export ACRO_CONFIG
;;
-+ NetBSD | DragonFly)
-+ machine_type=`uname -p`
-+ case "$machine_type" in
-+ i386)
-+ ACRO_CONFIG=intellinux
-+ export ACRO_CONFIG
-+ ;;
-+ sparc*)
-+ ACRO_CONFIG=sparcsolaris
-+ export ACRO_CONFIG
-+ ;;
-+ esac
-+ ;;
- esac
-
- if [ -z "$ACRO_CONFIG" ] ; then
-@@ -611,7 +624,7 @@ case "$ACRO_CONFIG" in
++ NetBSD | DragonFly)
++ machine_type=`uname -p`
++ case "$machine_type" in
++ i386)
++ ACRO_CONFIG=intellinux
++ export ACRO_CONFIG
++ ;;
++ sparc*)
++ ACRO_CONFIG=sparcsolaris
++ export ACRO_CONFIG
++ ;;
++ esac
++ ;;
+ AIX)
+ ACRO_CONFIG=rs6000aix
+ export ACRO_CONFIG
+@@ -668,7 +681,7 @@ case "$ACRO_CONFIG" in
;;
esac