summaryrefslogtreecommitdiff
path: root/devel/id-utils/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'devel/id-utils/patches/patch-al')
-rw-r--r--devel/id-utils/patches/patch-al31
1 files changed, 31 insertions, 0 deletions
diff --git a/devel/id-utils/patches/patch-al b/devel/id-utils/patches/patch-al
new file mode 100644
index 00000000000..d0b6e6888f7
--- /dev/null
+++ b/devel/id-utils/patches/patch-al
@@ -0,0 +1,31 @@
+$NetBSD: patch-al,v 1.1 2001/11/03 09:59:36 seb Exp $
+
+--- src/Makefile.in.orig Fri Nov 2 01:48:54 2001
++++ src/Makefile.in
+@@ -4,6 +4,9 @@
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy, distribute and modify it.
+
++# Makefile.in's patch is produced after regen from Makefile.am with
++# `automake-1.1b --include-deps,' then it is hand-trimmed
++
+
+ SHELL = /bin/sh
+
+@@ -54,6 +57,7 @@
+ -I.. -I$(top_srcdir)
+ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
+ LDADD = @INTLLIBS@ ../libidu/libidu.a ../lib/libsys.a
++DEPLIBS = ../libidu/libidu.a ../lib/libsys.a
+ mkinstalldirs = $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ PROGRAMS = $(bin_PROGRAMS)
+@@ -337,7 +315,7 @@
+ maintainer-clean
+
+
+-$(PROGRAMS): $(LDADD)
++$(PROGRAMS): $(DEPLIBS)
+ .SUFFIXES:
+ .SUFFIXES: .c .o ._c ._o
+