summaryrefslogtreecommitdiff
path: root/netwerk/sctp/src
diff options
context:
space:
mode:
authorBasilisk-Dev <basiliskdev@protonmail.com>2023-08-28 12:54:45 -0400
committerBasilisk-Dev <basiliskdev@protonmail.com>2023-08-28 12:54:45 -0400
commitebf4f559e08bd55a92753ddf64d49ab151396fb1 (patch)
tree02744afc06bc4c56f8ef64863acccdaf18019e4f /netwerk/sctp/src
parentd9eb5d3e2b3b8e09b635dbbba006cee92c2a515c (diff)
downloaduxp-ebf4f559e08bd55a92753ddf64d49ab151396fb1.tar.gz
Issue #2058 - Apply patches from dbsoft to fix Mac and FreeBSD builds
Diffstat (limited to 'netwerk/sctp/src')
-rw-r--r--netwerk/sctp/src/moz.build16
1 files changed, 0 insertions, 16 deletions
diff --git a/netwerk/sctp/src/moz.build b/netwerk/sctp/src/moz.build
index d163a3d7e1..25341c723f 100644
--- a/netwerk/sctp/src/moz.build
+++ b/netwerk/sctp/src/moz.build
@@ -55,31 +55,15 @@ for var in ('SCTP_SIMPLE_ALLOCATOR',
DEFINES['INET6'] = 1
if CONFIG['OS_TARGET'] == 'WINNT':
- DEFINES['__Userspace_os_Windows'] = 1
DEFINES['_LIB'] = 1
-else:
- DEFINES['__Userspace_os_%s' % CONFIG['OS_TARGET']] = 1
if CONFIG['OS_TARGET'] == 'Darwin':
DEFINES['__APPLE_USE_RFC_2292'] = 1
- DEFINES['__APPLE__'] = False
if CONFIG['OS_TARGET'] == 'Linux':
# to make sure that in6_pktinfo gets defined on all distros
DEFINES['_GNU_SOURCE'] = True
-if CONFIG['OS_TARGET'] == 'FreeBSD':
- DEFINES['__FreeBSD__'] = False
-
-if CONFIG['OS_TARGET'] == 'NetBSD':
- DEFINES['__NetBSD__'] = False
-
-if CONFIG['OS_TARGET'] == 'OpenBSD':
- DEFINES['__OpenBSD__'] = False
-
-if CONFIG['OS_TARGET'] == 'DragonFly':
- DEFINES['__DragonFly__'] = False
-
NO_PGO = True # Don't PGO
if CONFIG['GNU_CC']: