aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-04-29 05:56:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-04-29 05:56:20 +0000
commitb717a847dd34960ef85babf286d0d9bb1f05c330 (patch)
tree576d9ccc47a8c63cefa57a759fd97cd37e41ec9f
parent185a98665028113e0491b53c08d9d7e18b0a66ab (diff)
downloadports-b717a847dd34960ef85babf286d0d9bb1f05c330.tar.gz
ports-b717a847dd34960ef85babf286d0d9bb1f05c330.zip
Notes
-rw-r--r--devel/fnccheck/Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/devel/fnccheck/Makefile b/devel/fnccheck/Makefile
index 3d32c2ee5d2e..4c113da525da 100644
--- a/devel/fnccheck/Makefile
+++ b/devel/fnccheck/Makefile
@@ -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 C/C++ programs
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|| ; \