summaryrefslogtreecommitdiff
path: root/devel/libnet10
diff options
context:
space:
mode:
authorobache <obache>2009-12-09 12:27:27 +0000
committerobache <obache>2009-12-09 12:27:27 +0000
commitf2853c551babe7496578c56577603e2a5bfee4d7 (patch)
treeac600842cc494ac8c515c9292f35d434a9bfd74c /devel/libnet10
parent2e9d1ce3ed5c295a9768dd855e36ec49e5dda9ef (diff)
downloadpkgsrc-f2853c551babe7496578c56577603e2a5bfee4d7.tar.gz
Some clean up realted to net/libnet{10,11}.
* buildlink bin/libnet{10,11}-config to bin/libnet-config for comvenience (they ware renamed in pkgsrc to avoid conflict) * remove -lnet from BUILDLINK_CPPFLAGS.libnet11. linker flags should not be in CPPFLAGS, and it berak likage with libtool as reported in PR 37300. * libnet11 install just a static library, so set defaut DEPMETHOD = build Bump PKGREVISION for libnet11 related packages (net/isic will be updated later).
Diffstat (limited to 'devel/libnet10')
-rw-r--r--devel/libnet10/buildlink3.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libnet10/buildlink3.mk b/devel/libnet10/buildlink3.mk
index 8e76fbaa63c..cd5d9c9d034 100644
--- a/devel/libnet10/buildlink3.mk
+++ b/devel/libnet10/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:24:21 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2009/12/09 12:27:27 obache Exp $
BUILDLINK_TREE+= libnet10
@@ -10,6 +10,8 @@ BUILDLINK_PKGSRCDIR.libnet10?= ../../devel/libnet10
BUILDLINK_INCDIRS.libnet10+= include/libnet10
BUILDLINK_LIBDIRS.libnet10+= lib/libnet10
+BUILDLINK_FILES.libnet10+= bin/libnet10-config
+BUILDLINK_FNAME_TRANSFORM.libnet10+= -e 's|bin/libnet10-config|bin/libnet-config|'
.endif # LIBNET10_BUILDLINK3_MK
BUILDLINK_TREE+= -libnet10