summaryrefslogtreecommitdiff
path: root/audio/ncmpcpp/files/patch-extras_Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-09-28 21:27:25 +0200
committerDaniel Engberg <diizzy@FreeBSD.org>2024-09-28 21:29:15 +0200
commit645d57fe5e853ff988996bfd50ecced9dc4be316 (patch)
tree950e74449db24bc3bffea379da6775e07b0bc743 /audio/ncmpcpp/files/patch-extras_Makefile
parentaudio/picard: Update MASTER_SITES (diff)
audio/ncmpcpp: Update to 0.10
* Backport upstream commit 72d990fe250da1e583677474b3462b9e9894130b * Change WWW to GitHub location * Remove glib(20) dependency * Remove GNU_CONFIGURE_MANPREFIX * Add LTO OPTIMIZED_CFLAGS options to confirm with packaging standards https://docs.freebsd.org/en/books/porters-handbook/book/#dads-cflags * Some minor rearragements with port Makefile References: https://github.com/ncmpcpp/ncmpcpp/commit/72d990fe250da1e583677474b3462b9e9894130b PR: 281505 Approved by: portmgr (maintainer timeout, 2+ weeks)
Diffstat (limited to 'audio/ncmpcpp/files/patch-extras_Makefile')
-rw-r--r--audio/ncmpcpp/files/patch-extras_Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/ncmpcpp/files/patch-extras_Makefile b/audio/ncmpcpp/files/patch-extras_Makefile
new file mode 100644
index 000000000000..4827e2b686b7
--- /dev/null
+++ b/audio/ncmpcpp/files/patch-extras_Makefile
@@ -0,0 +1,10 @@
+--- extras/Makefile.orig 2024-09-14 20:03:33 UTC
++++ extras/Makefile
+@@ -1,5 +1,5 @@
+-CXX=g++
+-CXXFLAGS=-O2 -march=native -pipe -std=c++0x -Wall -Wextra -Wshadow -Werror
++CXX?=g++
++CXXFLAGS+= -Wall -Wextra -Wshadow -Werror
+ CPPFLAGS=`taglib-config --cflags`
+ LDFLAGS=`taglib-config --libs`
+