summaryrefslogtreecommitdiff
path: root/app-misc/glimpse/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-11-10 00:43:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-11-10 00:43:02 +0000
commita5332b59346f7cbf0fdbd148b54aa8a84aaf8190 (patch)
treee6d8d3589fcd01fbc3f1286185639163daa81424 /app-misc/glimpse/files
parentfceeaf01a28ee71065cf3798b70b77d3bc4ef199 (diff)
gentoo resync : 10.11.2017
Diffstat (limited to 'app-misc/glimpse/files')
-rw-r--r--app-misc/glimpse/files/glimpse-4.18.5-makefile.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-misc/glimpse/files/glimpse-4.18.5-makefile.patch b/app-misc/glimpse/files/glimpse-4.18.5-makefile.patch
deleted file mode 100644
index 86064099adf2..000000000000
--- a/app-misc/glimpse/files/glimpse-4.18.5-makefile.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- Makefile.in 2006-03-10 20:42:12.000000000 -0500
-+++ Makefile.in.new 2010-08-12 21:12:41.000000000 -0400
-@@ -52,7 +52,7 @@
- PROGAGREP = agrep/agrep
- OPTIMIZEFLAGS = -O2
- INCLUDEFLAGS = -I$(INDEXDIR) -I$(AGREPDIR) -I$(TEMPLATEDIR)/include
--CFLAGS = $(INCLUDEFLAGS) $(DEFS)
-+CFLAGS = $(INCLUDEFLAGS) $(DEFS) $(OPTIMIZEFLAGS)
-
- OBJS = get_filename.o \
- get_index.o \
-@@ -78,7 +78,7 @@
- $(INDEXDIR)/memlook.c \
- $(INDEXDIR)/io.c
-
--all: build-sub @TARGET@
-+all: build-sub
- Sall: $(PROG) $(PROGSERVER) $(PROGINDEX)
- agrep: $(PROGAGREP)
- NOTSall: $(NOTSPROG) $(NOTSPROGSERVER)
-@@ -87,6 +87,7 @@
- for d in $(SUBDIRS) ; do \
- ( cd $$d; $(MAKE) ); \
- done
-+ $(MAKE) @TARGET@
-
- # Check target
-
-@@ -105,11 +106,11 @@
-
- install-man:
- for d in $(MANUAL) ; do \
-- $(INSTALL_MAN) $$d $(mandir) ; \
-+ $(INSTALL_MAN) $$d $(mandir)/man1/ ; \
- done
-
- installdirs: mkinstalldirs
-- $(srcdir)/mkinstalldirs $(bindir) $(mandir)
-+ $(srcdir)/mkinstalldirs $(bindir) $(mandir)/man1/
-
- clean:
- for d in $(SUBDIRS); do \