pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/wireshark



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 12 15:58:44 UTC 2016

Modified Files:
        pkgsrc/net/wireshark: Makefile

Log Message:
Add PKGCONFIG_OVERRIDE. Ride update.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/net/wireshark/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/wireshark/Makefile
diff -u pkgsrc/net/wireshark/Makefile:1.153 pkgsrc/net/wireshark/Makefile:1.154
--- pkgsrc/net/wireshark/Makefile:1.153 Mon Sep 12 10:59:55 2016
+++ pkgsrc/net/wireshark/Makefile       Mon Sep 12 15:58:44 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2016/09/12 10:59:55 wiz Exp $
+# $NetBSD: Makefile,v 1.154 2016/09/12 15:58:44 wiz Exp $
 
 DISTNAME=      wireshark-2.2.0
 CATEGORIES=    net
@@ -19,6 +19,8 @@ USE_LIBTOOL=          yes
 SHLIBTOOL_OVERRIDE=    # empty
 CHECK_PORTABILITY_SKIP+=packaging/macosx/*/*
 
+PKGCONFIG_OVERRIDE+=   wireshark.pc.in
+
 # https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12831
 KRB5_ACCEPTED=         mit-krb5
 



Home | Main Index | Thread Index | Old Index