1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/print/xdvik/files/patch-aa
Jun Kuriyama ea892826be DVI Previewer(kpathsearch) for X.
PR:		ports/5882
Submitted by:	Kentaro Inagaki <JBD01226@niftyserve.ne.jp>
1998-06-14 22:00:05 +00:00

49 lines
1.6 KiB
Plaintext

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'