aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dd_rescue/files/patch-Makefile
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2022-07-30 18:57:50 +0900
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2022-07-30 18:58:27 +0900
commit820c62d33ed405f98169307ddb92aa7436585d24 (patch)
treec3b00f1c558a3d508955038a03deb22b9ce9cfbd /sysutils/dd_rescue/files/patch-Makefile
parentdc56fccb09db7ddeaaaf1202eaf2a95832853134 (diff)
sysutils/dd_rescue: Update to 1.99.12
Diffstat (limited to 'sysutils/dd_rescue/files/patch-Makefile')
-rw-r--r--sysutils/dd_rescue/files/patch-Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/dd_rescue/files/patch-Makefile b/sysutils/dd_rescue/files/patch-Makefile
index e1773aaec5dd..11fba0d58a69 100644
--- a/sysutils/dd_rescue/files/patch-Makefile
+++ b/sysutils/dd_rescue/files/patch-Makefile
@@ -1,8 +1,8 @@
---- Makefile.orig 2021-04-29 08:31:32 UTC
+--- Makefile.orig 2022-07-26 13:31:58 UTC
+++ Makefile
-@@ -7,11 +7,7 @@ VERSION = 1.99.11
+@@ -7,11 +7,7 @@ VERSION = 1.99.12
DESTDIR =
- SRCDIR = .
+ SRCDIR ?= .
-CC = gcc
-SHELL = /bin/bash
@@ -13,7 +13,7 @@
INSTALL ?= install
INSTALLFLAGS = -s
prefix = $(DESTDIR)/usr
-@@ -36,7 +32,7 @@ LIB = lib
+@@ -39,7 +35,7 @@ LIB = lib
LIBDIR = /usr/$(LIB)
COMPILER = $(shell $(CC) --version | head -n1)
ID = $(shell git describe --tags || cat REL-ID)
@@ -22,7 +22,7 @@
OUT = -o dd_rescue
PIC = -fPIC
PIE = -fPIE
-@@ -71,19 +67,13 @@ else
+@@ -74,19 +70,13 @@ else
HAVE_XATTR=0
endif
@@ -43,7 +43,7 @@
ISX86 := 1
LIB = lib64
endif
-@@ -289,7 +279,7 @@ libddr_MD5.so: libddr_hash.so
+@@ -292,7 +282,7 @@ libddr_MD5.so: libddr_hash.so
ln -sf $< $@
libddr_lzo.so: libddr_lzo.po
@@ -52,7 +52,7 @@
libddr_null.so: libddr_null.po
$(CC) -shared -o $@ $^
-@@ -360,7 +350,7 @@ libfalloc-static: $(SRCDIR)/dd_rescue.c $(DDR_HEADERS)
+@@ -363,7 +353,7 @@ libfalloc-static: $(SRCDIR)/dd_rescue.c $(DDR_HEADERS)
# This is the default built
dd_rescue: $(SRCDIR)/dd_rescue.c $(DDR_HEADERS) $(OBJECTS) $(OBJECTS2)