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/sys-apps/mouseemu/files/mouseemu-0.15-build.patch

10 lines
191 B

--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all:
- gcc -Wall -g -o mouseemu mouseemu.c
+ gcc -Wall $(CFLAGS) $(LDFLAGS) -o mouseemu mouseemu.c
clean:
rm -f *.o core* mouseemu
install: