mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
23 lines
918 B
Plaintext
23 lines
918 B
Plaintext
$NetBSD: patch-ad,v 1.16 2015/08/13 20:47:42 adam Exp $
|
|
|
|
--- Makefile.in.orig 2015-07-26 23:03:10.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -89,7 +89,7 @@ swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/sv
|
|
toolsdir = @bindir@/svn-tools
|
|
|
|
# where to install pkg-config files
|
|
-pkgconfig_dir = $(datadir)/pkgconfig
|
|
+pkgconfig_dir = $(libdir)/pkgconfig
|
|
|
|
javahl_javadir = @libdir@/svn-javahl
|
|
javahl_javahdir = @libdir@/svn-javahl/include
|
|
@@ -837,7 +837,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
|
|
./config.status subversion/bindings/swig/perl/native/Makefile.PL
|
|
|
|
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
|
|
- cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix)
|
|
+ cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix) INSTALLDIRS=vendor
|
|
|
|
# There is a "readlink -f" command on some systems for the same purpose,
|
|
# but it's not as portable (e.g. Mac OS X doesn't have it). These should
|