diff options
Diffstat (limited to 'audio/rubygem-ruby-shout/Makefile')
-rw-r--r-- | audio/rubygem-ruby-shout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rubygem-ruby-shout/Makefile b/audio/rubygem-ruby-shout/Makefile index 6b373a492163..d720f04a8767 100644 --- a/audio/rubygem-ruby-shout/Makefile +++ b/audio/rubygem-ruby-shout/Makefile @@ -11,7 +11,8 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libshout.so:audio/libshout -CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include" +CONFIGURE_ARGS= --with-cflags="-Wno-error=int-conversion" \ + --with-opt-include="${LOCALBASE}/include" USES= gem .include <bsd.port.mk> |