summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-28 04:19:23 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-04-28 04:19:23 +1000
commitce1a96fdebdd0aea53bb322d4308ef031f7425fd (patch)
tree98c3e07c3115a6bbdaeb35b4bedbdfda4b72859e /app-editors/hexer/files/hexer-0.1.7-qa.patch
parentmedia-sound/fusd-kor: remove package that fails to build (diff)
downloadsunrise-ce1a96fdebdd0aea53bb322d4308ef031f7425fd.tar.gz
sunrise-ce1a96fdebdd0aea53bb322d4308ef031f7425fd.tar.bz2
sunrise-ce1a96fdebdd0aea53bb322d4308ef031f7425fd.zip
app-editors/hexer: remove package that fails to build
Diffstat (limited to 'app-editors/hexer/files/hexer-0.1.7-qa.patch')
-rw-r--r--app-editors/hexer/files/hexer-0.1.7-qa.patch18
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