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:
parent
bf04f19baa
commit
0573c8a569
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291290
@ -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}
|
||||
|
9
textproc/libyaml/files/patch-yaml-0.1.pc.in
Normal file
9
textproc/libyaml/files/patch-yaml-0.1.pc.in
Normal 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
|
Loading…
Reference in New Issue
Block a user