diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-15 03:36:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-15 03:36:35 +0000 |
commit | e98da47c9393d1cbdedb620619c1061baaf41a64 (patch) | |
tree | e4a48d529df4ddb6904b45d705af20690f26b298 /sys-libs/readline/files | |
parent | Version bump, small bug fixes from upstream (diff) | |
download | gentoo-2-e98da47c9393d1cbdedb620619c1061baaf41a64.tar.gz gentoo-2-e98da47c9393d1cbdedb620619c1061baaf41a64.tar.bz2 gentoo-2-e98da47c9393d1cbdedb620619c1061baaf41a64.zip |
old
Diffstat (limited to 'sys-libs/readline/files')
-rw-r--r-- | sys-libs/readline/files/readline-6.0-rlfe-build.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-libs/readline/files/readline-6.0-rlfe-build.patch b/sys-libs/readline/files/readline-6.0-rlfe-build.patch deleted file mode 100644 index cc4ca97ee849..000000000000 --- a/sys-libs/readline/files/readline-6.0-rlfe-build.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/examples/rlfe/Makefile.in -+++ b/examples/rlfe/Makefile.in -@@ -55,7 +55,7 @@ rlfe-$(VERSION).tar.gz: - tar czf $@ $(CFILES) $(HFILES) $(EXTRA_DIST) - - .c.o: -- $(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(DEFS) $(OPTIONS) $(CFLAGS) $< -+ $(CC) -c -I. -I$(srcdir) $(CPPFLAGS) $(M_CFLAGS) $(DEFS) $(OPTIONS) $(CFLAGS) $< - - install_bin: .version screen - -if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \ -@@ -170,6 +170,9 @@ depend.in: $(CFILES) term.h - for i in $(CFILES); do echo $$i; $(CPP_DEPEND) $$i >> tmp_make; done - mv tmp_make Makefile.in - -+Makefile: $(srcdir)/Makefile.in -+ ./config.status -+ - ############################################################################### - - ### Dependencies: |