pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
radare2: file no longer present
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Jan 18 19:23:09 2026 +0100
Changeset: b9e24d9eddd878396c8d8dd39a9b214a75f0b4d9
Removed Files:
radare2/patches/patch-shlr-sdb-src-Makefile
Log Message:
radare2: file no longer present
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b9e24d9eddd878396c8d8dd39a9b214a75f0b4d9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
radare2/patches/patch-shlr-sdb-src-Makefile | 33 -----------------------------
1 file changed, 33 deletions(-)
diffs:
diff --git a/radare2/patches/patch-shlr-sdb-src-Makefile b/radare2/patches/patch-shlr-sdb-src-Makefile
deleted file mode 100644
index 8a9505867a..0000000000
--- a/radare2/patches/patch-shlr-sdb-src-Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-shlr-sdb-src-Makefile,v 1.2 2022/12/28 04:36:55 khorben Exp $
-
-* CC is not defined in MAKEFLAGS here, but _CC is so we use that
-
---- shlr/sdb/src/Makefile.orig 2022-12-22 23:40:31.000000000 +0000
-+++ shlr/sdb/src/Makefile
-@@ -67,7 +67,7 @@ bin $(BIN): bin_deps
- ifneq ($(SILENT),)
- @echo BIN ${BIN}
- endif
-- $(CC) ${LDFLAGS} -o ${BIN} entry.o ${OBJ}
-+ $(_CC) ${LDFLAGS} -o ${BIN} entry.o ${OBJ}
-
- mrproper clean:
- rm -rf ${OBJ} ${SOBJ} entry.o libsdb.a a.out ${BIN} sdb.dSYM
-@@ -78,7 +78,7 @@ mrproper clean:
- ifneq ($(SILENT),)
- @echo LD $<
- endif
-- $(CC) $(LDFLAGS) -c $(CFLAGS) $(SDB_CFLAGS) -o $@ $<
-+ $(_CC) $(LDFLAGS) -c $(CFLAGS) $(SDB_CFLAGS) -o $@ $<
-
- S=$
-
-@@ -86,7 +86,7 @@ S=$
- ifneq ($(SILENT),)
- @echo CC $<
- endif
-- $(CC) -c ${CPPFLAGS} ${CFLAGS} $(SDB_CFLAGS) ${CFLAGS_SHARED} -o $@ $<
-+ $(_CC) -c ${CPPFLAGS} ${CFLAGS} $(SDB_CFLAGS) ${CFLAGS_SHARED} -o $@ $<
-
- %.o.o: %.c
- ifneq ($(SILENT),)
Home |
Main Index |
Thread Index |
Old Index