1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/audio/dap/files/patch-ad

10 lines
164 B
Plaintext
Raw Normal View History

Index: spkit/spkit/Makefile.linux
@@ -65,6 +65,7 @@
libdsp.a: $(OBJS)
rm -f $(LIBNAME)
ar ruv $(LIBNAME) $(OBJS)
+ ranlib $(LIBNAME)
clean:
rm -f $(OBJS)