diff options
author | gavan <gavan@pkgsrc.org> | 2003-12-30 12:35:18 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-12-30 12:35:18 +0000 |
commit | 130657fcfdd5b10c831df27cc2db633803a3787c (patch) | |
tree | 41754f30b7eb507ee07cf3903e1b39032fbb29d9 /net | |
parent | 5f399a8e52cb6a7c4eba421cdc3019af540f9f65 (diff) | |
download | pkgsrc-130657fcfdd5b10c831df27cc2db633803a3787c.tar.gz |
Add newline to pkgconfig file. Solaris' sed complains about files which
don't end in a newline.
Diffstat (limited to 'net')
-rw-r--r-- | net/soup/distinfo | 3 | ||||
-rw-r--r-- | net/soup/patches/patch-ae | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net/soup/distinfo b/net/soup/distinfo index ef05c107896..721c2713829 100644 --- a/net/soup/distinfo +++ b/net/soup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/03/12 02:11:36 dmcmahill Exp $ +$NetBSD: distinfo,v 1.6 2003/12/30 12:35:18 gavan Exp $ SHA1 (soup-0.7.10.tar.bz2) = c383fb880d5e32f6600c8c0757d97edede1e2114 Size (soup-0.7.10.tar.bz2) = 303967 bytes @@ -6,3 +6,4 @@ SHA1 (patch-aa) = 6c984de61e93fae33673fb0330e8b3a5c710da95 SHA1 (patch-ab) = 4a1ec8c278a3b1cc0343dc3edca2f7dec8d25583 SHA1 (patch-ac) = da73ee261bd8e4247738d99210a2ed12c0315a13 SHA1 (patch-ad) = 5d14207d9b8f6c634016f098f876c66438ebdabf +SHA1 (patch-ae) = 9f33467fae553b666fb9890197fd7b15dde78722 diff --git a/net/soup/patches/patch-ae b/net/soup/patches/patch-ae new file mode 100644 index 00000000000..3341ebc632c --- /dev/null +++ b/net/soup/patches/patch-ae @@ -0,0 +1,11 @@ +$NetBSD: patch-ae,v 1.1 2003/12/30 12:35:18 gavan Exp $ + +--- soup.pc.in.orig 2002-06-05 19:19:42.000000000 +0100 ++++ soup.pc.in +@@ -8,4 +8,4 @@ Description: a SOAP client library in C. + Version: @VERSION@ + Requires: @SOUP_PKGCONFIG_REQUIRES@ + Libs: -L${libdir} -lsoup @XML_LIBS@ +-Cflags: -I${includedir}/soup @XML_CFLAGS@ +\ No newline at end of file ++Cflags: -I${includedir}/soup @XML_CFLAGS@ |