diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-04 06:58:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-04 06:58:23 +0000 |
commit | 16652dd1a9393097f66528ccbd0fc554af07e3ce (patch) | |
tree | 90d7e9b5c706711c7ec0be39afcf72df75ea90ac /shells/bash2/patches/patch-ab | |
parent | 0bdc96ae111e5f50e46f8341b653f069051e331d (diff) | |
download | pkgsrc-16652dd1a9393097f66528ccbd0fc554af07e3ce.tar.gz |
Fix pkg/12675 by converting the package to use buildlink.mk files and
marking as USE_BUILDLINK_ONLY. The only dependencies picked up are now
only the ones linked into work/.buildlink.
Diffstat (limited to 'shells/bash2/patches/patch-ab')
-rw-r--r-- | shells/bash2/patches/patch-ab | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/shells/bash2/patches/patch-ab b/shells/bash2/patches/patch-ab index 918a8b1036e..cc5fd2bbb28 100644 --- a/shells/bash2/patches/patch-ab +++ b/shells/bash2/patches/patch-ab @@ -1,16 +1,7 @@ -$NetBSD: patch-ab,v 1.6 2001/04/16 11:35:36 tron Exp $ +$NetBSD: patch-ab,v 1.7 2001/08/04 06:58:24 jlam Exp $ --- Makefile.in.orig Tue Apr 3 21:03:24 2001 +++ Makefile.in Mon Apr 16 12:44:31 2001 -@@ -111,7 +111,7 @@ - SYSTEM_FLAGS = -DPROGRAM='"$(Program)"' -DCONF_HOSTTYPE='"$(Machine)"' -DCONF_OSTYPE='"$(OS)"' -DCONF_MACHTYPE='"$(MACHTYPE)"' -DCONF_VENDOR='"$(VENDOR)"' - - CCFLAGS = $(PROFILE_FLAGS) $(SYSTEM_FLAGS) $(LOCAL_DEFS) \ -- $(DEFS) $(LOCAL_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS) -+ $(DEFS) $(LOCAL_CFLAGS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) - - INCLUDES = -I. @RL_INCLUDE@ -I$(srcdir) -I$(BASHINCDIR) -I$(LIBSRC) -I$(includedir) - @@ -599,7 +599,7 @@ install: .made installdirs |