You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jrrd/files/jrrd-1.0.1-javacflags.patch

12 lines
263 B

--- a/Makefile.am (revision 7413)
+++ b/Makefile.am (working copy)
@@ -15,7 +15,7 @@
.java.class:
-mkdir -p $(classdir)
- $(JAVAC) -d $(classdir) $<
+ $(JAVAC) $(JAVACFLAGS) -d $(classdir) $<
rrd_jinterface.c: org_opennms_netmgt_rrd_rrdtool_Interface.h