svn commit: r531661 - head/www/castget

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 14 09:03:51 UTC 2020


Author: pkubaj
Date: Tue Apr 14 09:03:50 2020
New Revision: 531661
URL: https://svnweb.freebsd.org/changeset/ports/531661

Log:
  www/castget: fix build on GCC architectures
  
  Compiling against id3lib now requires newer GCC:
  configure: error: Required library id3lib not found

Modified:
  head/www/castget/Makefile

Modified: head/www/castget/Makefile
==============================================================================
--- head/www/castget/Makefile	Tue Apr 14 09:01:46 2020	(r531660)
+++ head/www/castget/Makefile	Tue Apr 14 09:03:50 2020	(r531661)
@@ -15,11 +15,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 LIB_DEPENDS=	libid3.so:audio/id3lib \
 		libcurl.so:ftp/curl
 
+USES=		compiler:c11 gnome libtool localbase:ldflags pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
-USES=		gnome libtool pkgconfig tar:bzip2
 USE_GNOME=	glib20 libxml2
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 # CONFIGURE_ARGS=	--disable-static
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-head mailing list