pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ruby-pcaprub
Module Name: pkgsrc
Committed By: wiedi
Date: Sat Sep 23 19:50:09 UTC 2017
Modified Files:
pkgsrc/net/ruby-pcaprub: Makefile
Log Message:
ruby-pcaprub: fix build on SunOS
Needs help to use correct integer type and add libpcap buildlink.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-pcaprub/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ruby-pcaprub/Makefile
diff -u pkgsrc/net/ruby-pcaprub/Makefile:1.1 pkgsrc/net/ruby-pcaprub/Makefile:1.2
--- pkgsrc/net/ruby-pcaprub/Makefile:1.1 Tue Sep 5 18:30:56 2017
+++ pkgsrc/net/ruby-pcaprub/Makefile Sat Sep 23 19:50:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/09/05 18:30:56 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/23 19:50:09 wiedi Exp $
DISTNAME= pcaprub-0.12.4
CATEGORIES= net
@@ -8,5 +8,8 @@ HOMEPAGE= https://github.com/pcaprub/pca
COMMENT= Ruby libpcap bindings
LICENSE= gnu-lgpl-v2.1
+MAKE_ENV.SunOS+= cppflags="-Du_int32_t=uint32_t"
+
+.include "../../net/libpcap/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index