pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc vlc: remove hacks.mk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a617ecf57354
branches:  trunk
changeset: 397758:a617ecf57354
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 02 20:54:04 2019 +0000

description:
vlc: remove hacks.mk.

diffstat:

 multimedia/vlc/hacks.mk |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r 6c363e1be3a3 -r a617ecf57354 multimedia/vlc/hacks.mk
--- a/multimedia/vlc/hacks.mk   Tue Jul 02 20:52:28 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: hacks.mk,v 1.3 2015/10/25 11:00:18 wiz Exp $
-
-.if !defined(VLC_HACKS_MK)
-VLC_HACKS_MK=          # empty
-
-# vlc_atomic.h rightly assumes "uses clang (support for C11)" implies
-# "ships stdatomic.h" but for us this is not yet the case.
-# This hack should be removed when -current has stdatomic.h.
-.if    ${OPSYS} == "NetBSD" &&         \
-       exists(/usr/bin/clang) &&       \
-       !exists(/usr/include/stdatomic.h)
-CPPFLAGS+=             -D__STDC_NO_ATOMICS__
-.endif
-
-.endif



Home | Main Index | Thread Index | Old Index