diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:43:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:43:32 +0000 |
commit | 481997d3135ddf5a3b17274a3fc1f45480c939bd (patch) | |
tree | 9553862a9cfe74c1c14f87da190c9d55fb2772ea /textproc/xmlrpc-c | |
parent | 15bb5ef0c0e2649c11f1265cb3267780466dd29d (diff) | |
download | pkgsrc-481997d3135ddf5a3b17274a3fc1f45480c939bd.tar.gz |
textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'textproc/xmlrpc-c')
-rw-r--r-- | textproc/xmlrpc-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlrpc-c/Makefile b/textproc/xmlrpc-c/Makefile index e936769e8d2..54f5ff859e4 100644 --- a/textproc/xmlrpc-c/Makefile +++ b/textproc/xmlrpc-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2019/10/13 21:48:57 he Exp $ +# $NetBSD: Makefile,v 1.54 2019/11/04 21:43:49 rillig Exp $ DISTNAME= xmlrpc-c-1.51.04 # the "super stable" branch @@ -7,7 +7,7 @@ CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlrpc-c/} EXTRACT_SUFX= .tgz # It's actually not a compressed tar file -EXTRACT_OPTS+= -c none +EXTRACT_OPTS+= -c none #/usr/bin/ld: ./libxmlrpc_server++.a(registry.o): relocation R_X86_64_32S against `_ZTVN8xmlrpc_c8callInfoE' can not be used when making a shared object; recompile with -fPIC #./libxmlrpc_server++.a: could not read symbols: Bad value |