diff options
Diffstat (limited to 'audio/raop_play/Makefile')
-rw-r--r-- | audio/raop_play/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile index b8057963706a..18be65d28f9e 100644 --- a/audio/raop_play/Makefile +++ b/audio/raop_play/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= mpg321:audio/mpg321 \ flac:audio/flac GNU_CONFIGURE= yes +CFLAGS+= -D_WITH_GETLINE LDFLAGS+= `fltk-config --ldflags` USES= gmake USE_GNOME= glib20 @@ -30,7 +31,4 @@ post-patch: @${REINPLACE_CMD} 's/-lssl/-lcrypto/' \ ${WRKSRC}/configure ${WRKSRC}/raop_play/Makefile.in -pre-build: - ${CP} ${FILESDIR}/getline.c ${FILESDIR}/getline.h ${WRKSRC}/rendezvous/ - .include <bsd.port.mk> |