mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 501894: Fix AIX linker error in libvorbis r=roc
This commit is contained in:
parent
e26dab4047
commit
5b0b88f3bc
@ -68,4 +68,8 @@ CSRCS = \
|
||||
vorbis_bitrate.c \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(OS_ARCH),AIX)
|
||||
DEFINES += -Dalloca=__alloca
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user