mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
$NetBSD: patch-aa,v 1.3 2014/03/10 17:03:30 adam Exp $
|
|
|
|
--- Makefile.in.orig 2014-03-10 13:47:51.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -81,7 +81,7 @@ DESTDIR =
|
|
|
|
PKG_DIR = $(PACKAGE_NAME)$(PACKAGE_VERSION)
|
|
pkgdatadir = $(datadir)/$(PKG_DIR)
|
|
-pkglibdir = $(libdir)/$(PKG_DIR)
|
|
+pkglibdir = $(libdir)/sqlite3
|
|
pkgincludedir = $(includedir)/$(PKG_DIR)
|
|
|
|
top_builddir = .
|