From 87d76cf2797926b759267725ca3958c4bdc59a83 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Fri, 1 Jul 2011 00:49:48 +0000 Subject: [PATCH] - Add another forgotten patch Reported by: pavmail --- security/opensaml2/files/patch-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/opensaml2/files/patch-Makefile.in diff --git a/security/opensaml2/files/patch-Makefile.in b/security/opensaml2/files/patch-Makefile.in new file mode 100644 index 000000000000..7354702dc8b6 --- /dev/null +++ b/security/opensaml2/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-06-14 20:29:16.096151763 -0400 ++++ Makefile.in 2011-06-14 20:29:32.415144454 -0400 +@@ -346,7 +346,7 @@ + + MOSTLYCLEANFILES = $(DX_CLEANFILES) + SUBDIRS = doc schemas saml samltest samlsign +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdir)data/pkgconfig + pkgconfig_DATA = @PACKAGE_NAME@.pc + GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile + EXTRA_DIST = $(DX_CONFIG) \