summaryrefslogtreecommitdiff
path: root/devel/pcre/patches/patch-aa
blob: 713031723e1cf9b1dd8ab469405c1f4e53c1aef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aa,v 1.4 2003/08/05 10:18:41 wiz Exp $

--- Makefile.in.orig	Tue Aug  5 10:56:30 2003
+++ Makefile.in
@@ -80,12 +80,11 @@ LINK_SIZE = @LINK_SIZE@
 MATCH_LIMIT= @MATCH_LIMIT@
 
 INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
+INSTALL_DATA = ${BSD_INSTALL_DATA}
 
 # LIBTOOL enables the building of shared and static libraries. It is set up
 # to do one or the other or both by ./configure.
 
-LIBTOOL = @LIBTOOL@
 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) -I. -I$(top_srcdir) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT)
 @ON_WINDOWS@LINK = $(CC) $(CFLAGS) -I. -I$(top_srcdir) -L.libs
 @NOT_ON_WINDOWS@LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -I. -I$(top_srcdir)