diff options
Diffstat (limited to '')
-rw-r--r-- | lang/ccscript/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ccscript/files/patch-Makefile.in b/lang/ccscript/files/patch-Makefile.in new file mode 100644 index 000000000000..639073b74bea --- /dev/null +++ b/lang/ccscript/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2007-11-07 11:32:03.000000000 -0500 ++++ Makefile.in 2007-11-07 11:32:37.000000000 -0500 +@@ -222,7 +222,7 @@ + + SUBDIRS = src tests modules optional + DIST_SUBDIRS = src tests modules optional +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = libccscript3.pc + all: all-recursive + |