sysutils/samesame: fix build on FreeBSD 15-CURRENT
Requires old C++11 standard. Also builds fine on FreeBSD 14. Approved by: portmgr (build fix blanket) MFH: 2025Q1
This commit is contained in:
@@ -11,8 +11,6 @@ WWW= https://samesame.kruijff.org/
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BROKEN_FreeBSD_14= ld: error: undefined symbol: eprol
|
||||
|
||||
CONFLICTS= samefile
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
@@ -23,6 +21,8 @@ CONFIGURE_ARGS= --enable-samechflags --enable-samechmod \
|
||||
USES= tar:bzip2
|
||||
TEST_TARGET= check
|
||||
|
||||
CXXFLAGS+= -std=c++11
|
||||
|
||||
OPTIONS_DEFINE= DEBUG DISK_STORAGE LOW_MEMORY_PROFILE \
|
||||
EXPERIMENTAL PROFILER
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
Reference in New Issue
Block a user