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/app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1-g++.patch

12 lines
431 B

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -319,7 +319,7 @@
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
pbbuttonsd$(EXEEXT): $(pbbuttonsd_OBJECTS) $(pbbuttonsd_DEPENDENCIES)
@rm -f pbbuttonsd$(EXEEXT)
- $(CXXLINK) $(pbbuttonsd_LDFLAGS) $(pbbuttonsd_OBJECTS) $(pbbuttonsd_LDADD) $(LIBS)
+ $(LINK) $(pbbuttonsd_LDFLAGS) $(pbbuttonsd_OBJECTS) $(pbbuttonsd_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)