regen patches (noop)

This commit is contained in:
sthen 2022-02-01 14:16:35 +00:00
parent c25c288e05
commit 8d460366cb

View File

@ -1,4 +1,5 @@
$OpenBSD: patch-Makefile,v 1.29 2017/08/24 09:06:10 dcoppa Exp $
$OpenBSD: patch-Makefile,v 1.30 2022/02/01 14:16:35 sthen Exp $
Index: Makefile
--- Makefile.orig
+++ Makefile
@ -25,7 +26,7 @@ Index: Makefile
PIANOBAR_DIR:=src
PIANOBAR_SRC:=\
${PIANOBAR_DIR}/main.c \
@@ -79,7 +66,7 @@ endif
@@ -80,7 +67,7 @@ endif
# build pianobar
ifeq (${DYNLINK},1)
@ -34,7 +35,7 @@ Index: Makefile
${SILENTECHO} " LINK $@"
${SILENTCMD}${CC} -o $@ ${PIANOBAR_OBJ} -L. -lpiano ${ALL_LDFLAGS}
else
@@ -89,12 +76,10 @@ pianobar: ${PIANOBAR_OBJ} ${LIBPIANO_OBJ}
@@ -90,12 +77,10 @@ pianobar: ${PIANOBAR_OBJ} ${LIBPIANO_OBJ}
endif
# build shared and static libpiano
@ -49,7 +50,7 @@ Index: Makefile
${SILENTECHO} " AR libpiano.a"
${SILENTCMD}${AR} rcs libpiano.a ${LIBPIANO_OBJ}
@@ -125,19 +110,17 @@ install: pianobar install-libpiano
@@ -126,19 +111,17 @@ install: pianobar install-libpiano
else
install: pianobar
endif