pkgsrc-WIP-changes archive

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

wip/gnunet: remove FreeBSD from zbar comment and check.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Mon Dec 2 11:48:46 2019 +0000
Changeset:	2cf738963bf8d6c671aa9af1b2bc8ab2a32e2236

Modified Files:
	gnunet/options.mk

Log Message:
wip/gnunet: remove FreeBSD from zbar comment and check.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2cf738963bf8d6c671aa9af1b2bc8ab2a32e2236

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnunet/options.mk | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diffs:
diff --git a/gnunet/options.mk b/gnunet/options.mk
index a68bc6337d..54187c6378 100644
--- a/gnunet/options.mk
+++ b/gnunet/options.mk
@@ -17,13 +17,10 @@ PKG_SUGGESTED_OPTIONS+=		doc sqlite3 json opus ogg gstreamer idn
 # bluez is still in pkgsrc-wip, and I should test this
 # before claiming bluez from pkgsrc-wip on Linux works.
 # However, this is a supported option for GNUnet.
+# gnunet-qr needs zbar with video support. v4l2 only works
+# on Linux.
 .if ${OPSYS} == "Linux"
 PKG_SUGGESTED_OPTIONS+=		bluez
-.endif
-
-# gnunet-qr needs zbar with video support. v4l2 only supports a
-# limited range of Operating Systems.
-.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD"
 PKG_SUGGESTED_OPTIONS+=		zbar
 .endif
 


Home | Main Index | Thread Index | Old Index