1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

multimedia/aegisub: Fix build on 12.2

PR:		253735
Submitted by:	Olga Smirnova <mistresssilvara@hotmail.com>
MFH:		2021Q1
This commit is contained in:
Li-Wen Hsu 2021-02-23 23:17:55 +00:00
parent e098308dd8
commit 9d0ebb32e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566431

View File

@ -0,0 +1,11 @@
--- vendor/universalchardet/Makefile.orig 2021-02-21 05:40:22 UTC
+++ vendor/universalchardet/Makefile
@@ -1,7 +1,7 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../header.mk
universalchardet_OBJ := $(subst .cpp,.o,$(wildcard $(d)*.cpp))
-universalchardet_CPPFLAGS := -D_X86_
+universalchardet_CPPFLAGS := -D_X86_ -D_LIBCPP_STDLIB_INCLUDE_NEXT
LIB += universalchardet