pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/sane-backends



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Jul 27 00:40:50 UTC 2019

Modified Files:
        pkgsrc/graphics/sane-backends: options.mk

Log Message:
Fix nls option packaging

Reported by mueller6721 on pkgsrc-users mailing list.
Use gettext-lib from pkgsrc instead of builtin one.
This fixes PLIST problem only.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/sane-backends/options.mk

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

Modified files:

Index: pkgsrc/graphics/sane-backends/options.mk
diff -u pkgsrc/graphics/sane-backends/options.mk:1.10 pkgsrc/graphics/sane-backends/options.mk:1.11
--- pkgsrc/graphics/sane-backends/options.mk:1.10       Tue May 15 14:58:08 2018
+++ pkgsrc/graphics/sane-backends/options.mk    Sat Jul 27 00:40:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2018/05/15 14:58:08 jperkin Exp $
+# $NetBSD: options.mk,v 1.11 2019/07/27 00:40:50 ryoon Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.sane-backends
 PKG_SUPPORTED_OPTIONS=         inet6 nls snmp
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+=      --disable-ipv6
 .if !empty(PKG_OPTIONS:Mnls)
 CONFIGURE_ARGS+=       --enable-nls
 PLIST.nls=             yes
+.include "../../devel/gettext-lib/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-nls
 .endif



Home | Main Index | Thread Index | Old Index