From ce1a96fdebdd0aea53bb322d4308ef031f7425fd Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 28 Apr 2016 04:19:23 +1000 Subject: app-editors/hexer: remove package that fails to build --- app-editors/hexer/files/hexer-0.1.7-qa.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 app-editors/hexer/files/hexer-0.1.7-qa.patch (limited to 'app-editors/hexer/files') 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 -- cgit v1.2.3-18-g5258