Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/raop_play/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 22 Aug 2009 00:13:19 -0000 1.16 +++ Makefile 8 Jan 2010 10:52:58 -0000 @@ -23,17 +23,11 @@ flac:${PORTSDIR}/audio/flac GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="`fltk-config --ldflags`" USE_GMAKE= yes USE_GNOME= glib20 -.include - -.if ${OSVERSION} >= 800000 && ( ${ARCH} == "amd64" || ${ARCH} == "sparc64" ) -BROKEN= incomplete build -.endif - pre-build: ${CP} ${FILESDIR}/getline.c ${FILESDIR}/getline.h ${WRKSRC}/rendezvous/ -.include +.include Index: files/getline.h =================================================================== RCS file: /home/pcvs/ports/audio/raop_play/files/getline.h,v retrieving revision 1.1 diff -u -r1.1 getline.h --- files/getline.h 8 Dec 2006 18:14:11 -0000 1.1 +++ files/getline.h 8 Jan 2010 10:34:03 -0000 @@ -11,6 +11,7 @@ #define GETLINE_NO_LIMIT -1 +#ifndef _WITH_GETLINE int getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream)); int @@ -19,5 +20,5 @@ int getstr __PROTO ((char **_lineptr, size_t *_n, FILE *_stream, int _terminator, int _offset, int limit)); - +#endif #endif /* _getline_h_ */