mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
* 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)
11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
--- 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`
|
|
|