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
15 lines
339 B
Plaintext
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 $<
|
|
|