diff options
Diffstat (limited to 'app-editors/hexer/files')
-rw-r--r-- | app-editors/hexer/files/hexer-0.1.7-qa.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-editors/hexer/files/hexer-0.1.7-qa.patch b/app-editors/hexer/files/hexer-0.1.7-qa.patch deleted file mode 100644 index 904d645e8..000000000 --- a/app-editors/hexer/files/hexer-0.1.7-qa.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile -+++ Makefile -@@ -76,13 +76,13 @@ - fi; } - - $(HEXER): $(OBJECTS) -- $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(LDLIBS) -+ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJECTS) $(LDLIBS) - - $(MYC): calc.c - $(CC) $(LDFLAGS) $(CFLAGS) -DMYCALC=1 -o $@ calc.c -lm - - bin2c: bin2c.c -- $(CC) $(CFLAGS) -o $@ bin2c.c -+ $(CC) $(LDFLAGS) $(CFLAGS) -o $@ bin2c.c - - helptext.c: help.txt bin2c - ./bin2c -n helptext -o $@ help.txt |