diff options
Diffstat (limited to 'net/skstream/files/patch-Makefile.in')
-rw-r--r-- | net/skstream/files/patch-Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/skstream/files/patch-Makefile.in b/net/skstream/files/patch-Makefile.in new file mode 100644 index 000000000000..381b872062c7 --- /dev/null +++ b/net/skstream/files/patch-Makefile.in @@ -0,0 +1,19 @@ +*** Makefile.in.orig Thu Feb 3 10:18:20 2005 +--- Makefile.in Thu Feb 3 10:20:19 2005 +*************** +*** 213,219 **** + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +! pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = skstream-0.3.pc @SKSTREAM_UNIX_PC@ + @HAVE_PROG_ZIP_FALSE@MSVC_SUPPORT = + @HAVE_PROG_ZIP_TRUE@MSVC_SUPPORT = VisualC.zip +--- 213,219 ---- + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +! pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = skstream-0.3.pc @SKSTREAM_UNIX_PC@ + @HAVE_PROG_ZIP_FALSE@MSVC_SUPPORT = + @HAVE_PROG_ZIP_TRUE@MSVC_SUPPORT = VisualC.zip |