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/media-libs/libsvgtiny/files/libsvgtiny-0.1.3-parallel-b...

11 lines
406 B

--- libsvgtiny-0.1.3/src/Makefile
+++ libsvgtiny-0.1.3/src/Makefile
@@ -5,6 +5,7 @@
$(BUILDDIR)/src_colors.c: src/colors.gperf
$(VQ)$(ECHO) " GPERF: $<"
+ mkdir -p $(@D)
$(Q)gperf --output-file=$@.tmp $<
# Hack for GCC 4.2 compatibility (gperf 3.0.4 solves this properly)
$(Q)$(SED) -e 's/#ifdef __GNUC_STDC_INLINE__/#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/' $@.tmp >$@