summaryrefslogtreecommitdiff
path: root/print/xdvik/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-06-14 22:00:05 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-06-14 22:00:05 +0000
commitea892826bec7a015bd03e8ac372cfdf578d2d27a (patch)
treec02b55164b539d56183ca2d36d49bcff61d948ae /print/xdvik/files
parentFix MASTER_SITES. (diff)
DVI Previewer(kpathsearch) for X.
PR: ports/5882 Submitted by: Kentaro Inagaki <JBD01226@niftyserve.ne.jp>
Notes
Notes: svn path=/head/; revision=11430
Diffstat (limited to 'print/xdvik/files')
-rw-r--r--print/xdvik/files/patch-aa48
1 files changed, 48 insertions, 0 deletions
diff --git a/print/xdvik/files/patch-aa b/print/xdvik/files/patch-aa
new file mode 100644
index 000000000000..081533cf9331
--- /dev/null
+++ b/print/xdvik/files/patch-aa
@@ -0,0 +1,48 @@
+diff -ru ../xdvik-20a.orig/configure ./configure
+--- ../xdvik-20a.orig/configure Tue Feb 4 04:22:07 1997
++++ ./configure Tue Feb 24 23:12:05 1998
+@@ -890,6 +890,7 @@
+ fi
+ fi
+ echo "$ac_t""$INSTALL" 1>&6
++ac_given_INSTALL=${INSTALL}
+
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+ # It thinks the first close brace ends the variable substitution.
+diff -ru ../xdvik-20a.orig/kpathsea/configure ./kpathsea/configure
+--- ../xdvik-20a.orig/kpathsea/configure Tue Feb 4 04:27:18 1997
++++ ./kpathsea/configure Tue Feb 24 23:13:09 1998
+@@ -774,6 +774,7 @@
+ fi
+ fi
+ echo "$ac_t""$INSTALL" 1>&6
++ac_given_INSTALL=${INSTALL}
+
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+ # It thinks the first close brace ends the variable substitution.
+diff -ru ../xdvik-20a.orig/xdvik/configure ./xdvik/configure
+--- ../xdvik-20a.orig/xdvik/configure Tue Feb 24 23:09:22 1998
++++ ./xdvik/configure Tue Feb 24 23:15:44 1998
+@@ -786,6 +786,7 @@
+ fi
+ fi
+ echo "$ac_t""$INSTALL" 1>&6
++ac_given_INSTALL=${INSTALL}
+
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+ # It thinks the first close brace ends the variable substitution.
+diff -ru ../xdvik-20a.orig/klibtool ./klibtool
+--- ../xdvik-20a.orig/klibtool Sat Dec 28 07:50:27 1996
++++ ./klibtool Fri Feb 27 23:54:11 1998
+@@ -251,6 +251,11 @@
+
+ # Override defaults for this system.
+ case $host_type in
++ *-*-freebsd*)
++ shared_support=true
++ SHARED_postinstall='ldconfig -m $libdir'
++ ;;
++
+ *-*-linux*)
+ shared_support=true
+ SHARED_postinstall='ldconfig $libdir'