summaryrefslogtreecommitdiff
path: root/net/mptsd/files/patch-libtsfuncs_Makefile
diff options
context:
space:
mode:
authorAlex Mironov <win2000rus@hotmail.com>2023-07-20 08:20:26 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-07-20 11:48:17 +0200
commitdb63cc4d389920c499e8bf413a0e12227cd482f7 (patch)
tree284fc0e573933bc54c837be959298bf4fac3b5e3 /net/mptsd/files/patch-libtsfuncs_Makefile
parentmisc/tzdiff: update to 1.2. (diff)
net/mptsd: update to 1.1-27 and fix for FreeBSD 14
PR: 272603 Reported by: win2000rus@hotmail.com (maintainer)
Diffstat (limited to 'net/mptsd/files/patch-libtsfuncs_Makefile')
-rw-r--r--net/mptsd/files/patch-libtsfuncs_Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net/mptsd/files/patch-libtsfuncs_Makefile b/net/mptsd/files/patch-libtsfuncs_Makefile
index af6c11733184..231be4d0cea6 100644
--- a/net/mptsd/files/patch-libtsfuncs_Makefile
+++ b/net/mptsd/files/patch-libtsfuncs_Makefile
@@ -1,16 +1,12 @@
---- libtsfuncs/Makefile.orig 2012-01-05 12:41:01 UTC
+--- libtsfuncs/Makefile.orig 2023-07-11 19:18:33 UTC
+++ libtsfuncs/Makefile
-@@ -1,12 +1,9 @@
--CC = $(CROSS)$(TARGET)gcc
- LINK = $(CROSS)$(TARGET)ld -o
- MKDEP = $(CC) -M -o $*.d $<
+@@ -4,8 +4,7 @@
+ MKDEP = $(CROSS)$(CC) -M -o $*.d $<
LIBRARY_LINK_OPTS = -L. -r
-CFLAGS = -O2 -ggdb -std=c99 -D_GNU_SOURCE
-CFLAGS += -Wall -Wextra -Wshadow -Wformat-security -Wstrict-prototypes
+CFLAGS += -std=c99 -D_GNU_SOURCE -Wall -Wextra -Wshadow -Wformat-security -Wstrict-prototypes
RM = /bin/rm -f
--Q=@
+ Q=@
- OBJS = log.o tsfuncs.o crc.o misc.o time.o \
- sections.o secdata.o \