libbluray: remove FreeBSD/Solaris workarounds
Brad Smith told me they are not needed any longer
This commit is contained in:
parent
24da154af8
commit
2352fc6a2b
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.32 2022/12/06 19:32:56 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2022/12/09 08:28:18 wiz Exp $
|
||||
|
||||
DISTNAME= libbluray-1.3.4
|
||||
CATEGORIES= multimedia
|
||||
|
@ -17,9 +17,6 @@ CONFIGURE_ARGS+= --disable-bdjava-jar
|
|||
CONFIGURE_ARGS+= --disable-optimizations
|
||||
PKGCONFIG_OVERRIDE+= src/libbluray.pc.in
|
||||
|
||||
CPPFLAGS.FreeBSD+= -D__BSD_VISIBLE
|
||||
CPPFLAGS.SunOS+= -D__EXTENSIONS__
|
||||
|
||||
# provide jni_md.h for other architectures
|
||||
post-extract:
|
||||
${LN} -s ${WRKSRC}/jni/linux/jni_md.h ${WRKSRC}/jni/jni_md.h
|
||||
|
|
Loading…
Reference in a new issue