pkgsrc/devel/xulrunner192/patches/patch-pe
tnn d50dd14ddf Fix build of legacy mozilla packages and rename the PKGBASE
to facilitate coinstallation with current packages.
2011-08-20 13:05:49 +00:00

13 lines
479 B
Text

$NetBSD: patch-pe,v 1.1 2011/08/20 13:05:50 tnn Exp $
--- xulrunner/installer/Makefile.in.orig 2011-04-20 20:56:00.000000000 +0000
+++ xulrunner/installer/Makefile.in
@@ -132,7 +132,7 @@ endif
install:: $(pkg_config_files)
@echo pkg_config_file: $(pkg_config_files)
- $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(libdir)/pkgconfig
+ $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(libdir)/$(MOZILLA_PKG_NAME)/pkgconfig
GARBAGE += $(MOZILLA_VERSION).system.conf $(pkg_config_files)