mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
clang 3.3 merge) PR: ports/179034 [1] Submitted by: Jan Beich <jbeich@tormail.org>, Nikolai Lifanov <lifanov@mail.lifanov.com> [1]
11 lines
304 B
Text
11 lines
304 B
Text
--- media/libopus/Makefile.in~
|
|
+++ media/libopus/Makefile.in
|
|
@@ -20,7 +20,7 @@ DEFINES += \
|
|
-Drestrict= \
|
|
$(NULL)
|
|
|
|
-ifneq ($(filter $(OS_ARCH),Linux Darwin),)
|
|
+ifneq ($(filter $(OS_ARCH),Linux Darwin DragonFly FreeBSD NetBSD OpenBSD),)
|
|
DEFINES += -DHAVE_LRINTF
|
|
endif
|
|
ifeq ($(OS_ARCH), WINNT)
|