void-packages/srcpkgs/firefox/patches/fix-fortify-inline.patch
Juan RP 02107ebc71 firefox: unbreak build; merge patches from Alpine for musl.
... and still the musl build is incomplete.
2015-06-11 18:59:32 +02:00

11 lines
304 B
Diff

--- media/webrtc/signaling/src/sdp/sipcc/sdp_os_defs.h
+++ media/webrtc/signaling/src/sdp/sipcc/sdp_os_defs.h
@@ -27,8 +27,5 @@
typedef int16_t int16;
typedef unsigned short ushort;
typedef unsigned long ulong;
-#ifndef __GNUC_STDC_INLINE__
-#define inline
-#endif
#endif /* _SDP_OS_DEFS_H_ */