openbsd-ports/net/udns/patches/patch-Makefile_in
ajacoutot 5558c792d3 First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl
2016-09-10 13:03:40 +00:00

15 lines
339 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.3 2016/09/10 13:03:43 ajacoutot Exp $
run ranlib to fix build on m88k
--- Makefile.in.orig Thu Jan 23 11:45:31 2014
+++ Makefile.in Sat Sep 10 12:09:19 2016
@@ -68,6 +68,7 @@ staticlib: $(LIB)
$(LIB): $(OBJS)
-rm -f $@
$(AR) rv $@ $(OBJS)
+ $(RANLIB) $(LIB)
.c.o:
$(CC) $(CFLAGS) $(CDEFS) -c $<