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-text/htmlrecode/files/htmlrecode-1.3.1-ar.patch

12 lines
187 B

--- a/argh/Makefile
+++ b/argh/Makefile
@@ -21,7 +21,7 @@
$(CXX) $(CXXFLAGS) $(CPPFLAGS) -fpic -o $@ -c $<
libargh.a: argh.o
- ar -rc $@ $^
+ $(AR) -rc $@ $^
include depfun.mak