diff options
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r-- | audio/openal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index b7659ce..a4ee0f6 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -16,6 +16,7 @@ CONFLICTS= openal-soft-[0-9]* USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -Wno-return-type LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-capture \ --disable-arts |