Add newline to pkgconfig file. Solaris' sed complains about files which

don't end in a newline.
This commit is contained in:
gavan 2003-12-30 12:35:18 +00:00
parent 5597a158d0
commit 59d28ebbb4
2 changed files with 13 additions and 1 deletions

View file

@ -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

11
net/soup/patches/patch-ae Normal file
View file

@ -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@