summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@astralcloak.net>2012-04-09 20:04:12 +1000
committerMichael Palimaka <kensington@astralcloak.net>2012-04-09 20:04:12 +1000
commit5cf57c83c590177f4ec9df604917a8132a8781a5 (patch)
tree7f2ad97d3ad52883256954ab991b5ae7545baec3 /app-editors/hexer/files
parentsys-process/ts: Version bump. Add blockers to fix bug #285276. Don't install ... (diff)
downloadsunrise-5cf57c83c590177f4ec9df604917a8132a8781a5.tar.gz
sunrise-5cf57c83c590177f4ec9df604917a8132a8781a5.tar.bz2
sunrise-5cf57c83c590177f4ec9df604917a8132a8781a5.zip
app-editors/hexer: Version bump. Respect build variables, add missing dep, install additional tool. Thanks to mgorny for review.
Diffstat (limited to 'app-editors/hexer/files')
-rw-r--r--app-editors/hexer/files/hexer-0.1.7-qa.patch18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 000000000..904d645e8
--- /dev/null
+++ b/app-editors/hexer/files/hexer-0.1.7-qa.patch
@@ -0,0 +1,18 @@
+--- 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