add additional quoting to autoconf macro to stop aclocal warnings
This commit is contained in:
parent
1162fe9cd6
commit
e2d74a71a6
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/19 22:31:33 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/06/29 17:23:32 naddy Exp $
|
||||
|
||||
COMMENT= SNMP library based on glib2 and gnet
|
||||
|
||||
DISTNAME= gsnmp-0.2.0
|
||||
REVISION= 0
|
||||
SHARED_LIBS += gsnmp 0.0 # .0.0
|
||||
CATEGORIES= net
|
||||
|
||||
|
12
net/gsnmp/patches/patch-gsnmp_m4
Normal file
12
net/gsnmp/patches/patch-gsnmp_m4
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-gsnmp_m4,v 1.1 2011/06/29 17:23:32 naddy Exp $
|
||||
--- gsnmp.m4.orig Wed Jun 29 11:18:27 2011
|
||||
+++ gsnmp.m4 Wed Jun 29 11:18:48 2011
|
||||
@@ -1,7 +1,7 @@
|
||||
dnl AM_PATH_GSNMP()
|
||||
dnl
|
||||
|
||||
-AC_DEFUN(AM_PATH_GSNMP,
|
||||
+AC_DEFUN([AM_PATH_GSNMP],
|
||||
[
|
||||
PKG_CHECK_MODULES(GSNMP, glib-2.0 >= 2.0.1)
|
||||
])
|
Loading…
Reference in New Issue
Block a user