mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
bf83a6ced2
commit
5992b81d1d
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,6 @@ WWW= https://samesame.kruijff.org/
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
BROKEN_FreeBSD_14= ld: error: undefined symbol: eprol
|
|
||||||
|
|
||||||
CONFLICTS= samefile
|
CONFLICTS= samefile
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
@ -23,6 +21,8 @@ CONFIGURE_ARGS= --enable-samechflags --enable-samechmod \
|
||||||
USES= tar:bzip2
|
USES= tar:bzip2
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
||||||
|
CXXFLAGS+= -std=c++11
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEBUG DISK_STORAGE LOW_MEMORY_PROFILE \
|
OPTIONS_DEFINE= DEBUG DISK_STORAGE LOW_MEMORY_PROFILE \
|
||||||
EXPERIMENTAL PROFILER
|
EXPERIMENTAL PROFILER
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue