diff options
-rw-r--r-- | security/opensaml2/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
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) \ |