mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Use correct pkgconfig files dir.
PR: ports/132212 Submitted by: John Hein <jhein@timing.com> Approved by: Amatus <c11h15no2@yahoo.com> (maintainer)
This commit is contained in:
parent
1a90878336
commit
e17e74212b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230009
11
lang/guile/files/patch-Makefile.am
Normal file
11
lang/guile/files/patch-Makefile.am
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.am.orig 2008-12-08 10:42:52.000000000 -0700
|
||||
+++ Makefile.am 2009-02-22 15:46:17.000000000 -0700
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
DISTCLEANFILES = check-guile.log
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(DESTDIR)$(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = guile-1.8.pc
|
||||
|
||||
# Makefile.am ends here
|
Loading…
Reference in New Issue
Block a user