diff options
author | jlam <jlam> | 2002-09-27 00:45:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-27 00:45:13 +0000 |
commit | aa8de4713a8a57c26ea3f128986a5fd8f38a7461 (patch) | |
tree | 09089ef7246994bf7eb39e745fe80eb4ae6d6404 /net/ORBit/patches | |
parent | 176de3deb73ddfda7c229bbaafc27d668db063e8 (diff) | |
download | pkgsrc-aa8de4713a8a57c26ea3f128986a5fd8f38a7461.tar.gz |
Remove dependency on automake by patching the Makefile.in file instead of
the Makefile.am file.
Diffstat (limited to 'net/ORBit/patches')
-rw-r--r-- | net/ORBit/patches/patch-ad | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ORBit/patches/patch-ad b/net/ORBit/patches/patch-ad index 410533baeb9..666ce0ae343 100644 --- a/net/ORBit/patches/patch-ad +++ b/net/ORBit/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.6 2001/02/07 03:23:08 fredb Exp $ +$NetBSD: patch-ad,v 1.7 2002/09/27 00:45:14 jlam Exp $ ---- popt/Makefile.am.orig Mon Feb 21 12:39:52 2000 -+++ popt/Makefile.am Tue Feb 6 18:20:34 2001 -@@ -12,10 +12,10 @@ +--- popt/Makefile.in.orig Wed Mar 20 06:46:09 2002 ++++ popt/Makefile.in +@@ -114,10 +114,10 @@ INCLUDES = -I$(top_srcdir) noinst_PROGRAMS = test1 test2 test1_SOURCES = test1.c |