1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update libyaml to generate the correct pkg-config

PR:	ports/165091
Submitted by:	David Demelier <demelier.david@gmail.com>
This commit is contained in:
Josh Paetzel 2012-02-13 15:10:10 +00:00
parent bf04f19baa
commit 0573c8a569
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291290
2 changed files with 10 additions and 1 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= libyaml
PORTVERSION= 0.1.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
DISTNAME= yaml-${PORTVERSION}

View File

@ -0,0 +1,9 @@
--- yaml-0.1.pc.in.orig 2012-02-13 12:45:03.000000000 +0100
+++ yaml-0.1.pc.in 2012-02-13 12:46:08.000000000 +0100
@@ -6,5 +6,5 @@
Name: LibYAML
Description: Library to parse and emit YAML
Version: @PACKAGE_VERSION@
-Cflags:
+Cflags: -I${includedir}
Libs: -L${libdir} -lyaml