- Fix build
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
Author: miwi Date: Tue Apr 29 05:56:20 2014 New Revision: 352575 URL: http://svnweb.freebsd.org/changeset/ports/352575 QAT: https://qat.redports.org/buildarchive/r352575/ Log: - Fix build - Stage support PR: 187498 Submitted by: ports fury Modified: head/devel/fnccheck/Makefile Modified: head/devel/fnccheck/Makefile ============================================================================== --- head/devel/fnccheck/Makefile Tue Apr 29 05:41:30 2014 (r352574) +++ head/devel/fnccheck/Makefile Tue Apr 29 05:56:20 2014 (r352575) @@ -2,6 +2,7 @@ PORTNAME= fnccheck PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME} DISTNAME= FunctionCheck-${PORTVERSION} @@ -12,12 +13,11 @@ COMMENT= Profiling library/utilities for LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -BROKEN= Missing header +BUILD_DEPENDS= gnulibiberty>0:${PORTSDIR}/devel/gnulibiberty \ + libbfd>0:${PORTSDIR}/devel/libbfd -USE_BINUTILS= yes USE_AUTOTOOLS= libtoolize aclocal automake autoconf LIBTOOLIZE_ARGS=--force -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --force-missing --add-missing --foreign USE_LDCONFIG= yes @@ -28,18 +28,6 @@ STRIP= # none INFO= libfc -NO_STAGE= yes - -OPTIONS_DEFINE= NLS - -.include <bsd.port.options.mk> - -# should be same as binutils -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -LDFLAGS+= -lintl -.endif - post-patch: @${FIND} ${WRKSRC} -name "Makefile.am" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-ldl -lpthread|| ; \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"