summaryrefslogtreecommitdiff
path: root/dev-tex/csindex/files/csindex-2.11c-flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/csindex/files/csindex-2.11c-flags.patch')
-rw-r--r--dev-tex/csindex/files/csindex-2.11c-flags.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-tex/csindex/files/csindex-2.11c-flags.patch b/dev-tex/csindex/files/csindex-2.11c-flags.patch
deleted file mode 100644
index f13914b2eeed..000000000000
--- a/dev-tex/csindex/files/csindex-2.11c-flags.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: csindex-19980713/Makefile
-===================================================================
---- csindex-19980713.orig/Makefile
-+++ csindex-19980713/Makefile
-@@ -1,9 +1,9 @@
- DEFS=-DOS_SYSV
- OBJS=csindex.o genind.o mkind.o qsort.o scanid.o scanst.o sortid.o
--CFLAGS= -O2 $(DEFS)
-+CFLAGS+= $(DEFS)
-
- all: csindex
-
- csindex: $(OBJS)
-- $(CC) -o csindex $(DEFS) $(OBJS) -lm
-+ $(CC) $(LDFLAGS) -o csindex $(DEFS) $(OBJS) -lm
-