diff options
author | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-06-06 20:42:22 +0200 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-06-06 20:44:13 +0200 |
commit | 762351258c50e620406f38c52a46559abc6b5814 (patch) | |
tree | fde8f26a0160f69f51670d07c4139643420bfc83 /deskutils/pal/files/patch-Makefile.defs | |
parent | net-im/py-python-telegram-bot: update to version 21.11 (diff) |
deskutils/pal: Reset maintainer
While I'm here modernize a bit:
- add license informations
- switch to DISTVERSION
- use built-in install, remove do-install target
- regenerate patches
PR: 287207
Diffstat (limited to 'deskutils/pal/files/patch-Makefile.defs')
-rw-r--r-- | deskutils/pal/files/patch-Makefile.defs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/deskutils/pal/files/patch-Makefile.defs b/deskutils/pal/files/patch-Makefile.defs deleted file mode 100644 index 953993c1226c..000000000000 --- a/deskutils/pal/files/patch-Makefile.defs +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.defs.orig 2016-11-20 04:17:33 UTC -+++ Makefile.defs -@@ -23,6 +23,6 @@ ifeq ($(DEBUG),1) - DEFS += -DG_DISABLE_DEPRECATED -DDEBUG - endif - --CFLAGS = ${OPT} --CPPFLAGS = ${INCLDIR} ${DEFS} --LDFLAGS = ${LIBDIR} ${LIBS} -+CFLAGS += ${OPT} -+CPPFLAGS += ${INCLDIR} ${DEFS} -+LDFLAGS += ${LIBDIR} ${LIBS} |