summaryrefslogtreecommitdiff
path: root/textproc/t1lib/patches/patch-aa
blob: 4fc766a5a6ea0c6f53e2ae7886e9603d29804cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-aa,v 1.2 1999/09/24 01:00:04 fredb Exp $

--- configure.orig	Fri Oct 16 08:48:40 1998
+++ configure	Thu Nov  5 00:55:49 1998
@@ -634,7 +634,7 @@
 test -z "$CFLAGS"                 
 test -z "$LDFLAGS"                
 
-T1LIB_DATA_DIR="${datadir}/t1lib-${T1LIB_VERSION}.${T1LIB_REVISION}"
+T1LIB_DATA_DIR="${datadir}/t1lib"
 
 
 
@@ -2205,7 +2205,7 @@
 fi
 
 # Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+#LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
 # Check for any special flags to pass to ltconfig.
 libtool_flags=
@@ -2308,7 +2308,7 @@
 # It thinks the first close brace ends the variable substitution.
 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 
-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -c -m 644'