void-packages/srcpkgs/drawterm/patches/gui_x11_Makefile_fix.patch

9 lines
143 B
Diff

--- gui-x11/Makefile
+++ gui-x11/Makefile
@@ -13,3 +13,6 @@ $(LIB): $(OFILES)
x11.$O: ../glenda-t.xbm
+%.$O: %.c
+ $(CC) $(CFLAGS) $*.c
+