diff options
author | pav <pav@FreeBSD.org> | 2008-05-03 15:59:50 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-03 15:59:50 +0000 |
commit | e28e397b5e9a70157c35f95bd811ac97e9358916 (patch) | |
tree | ff927e006522142988f329bdacfec73fd938e91d /audio | |
parent | afb6639f5878cf58f77e37d3de65d1d1484f31f7 (diff) | |
download | FreeBSD-ports-e28e397b5e9a70157c35f95bd811ac97e9358916.zip FreeBSD-ports-e28e397b5e9a70157c35f95bd811ac97e9358916.tar.gz |
- Mark BROKEN: error: conflicting types for 'g_malloc0'
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/raop_play/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile index 12b8394..fd422b7 100644 --- a/audio/raop_play/Makefile +++ b/audio/raop_play/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 \ faad:${PORTSDIR}/audio/faad \ flac:${PORTSDIR}/audio/flac +BROKEN= does not compile + GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes |