Date: Tue, 14 Apr 2020 09:03:51 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531661 - head/www/castget Message-ID: <202004140903.03E93peI009800@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004140903.03E93peI009800>