Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,10 +1,10 @@
$NetBSD: patch-aa,v 1.1.1.1 2010/09/21 10:45:56 fhajny Exp $
$NetBSD: patch-aa,v 1.3 2013/10/20 17:56:02 joerg Exp $
Pass installation dirs properly, fix search paths, add Solaris support
--- Makefile.orig 2009-10-15 12:59:54.000000000 +0000
--- Makefile.orig 2012-09-02 14:40:59.000000000 +0000
+++ Makefile
@@ -1,11 +1,11 @@
@@ -1,16 +1,16 @@
# Inform the location to intall the modules
-LUAPATH=/usr/local/share/lua/5.1
-LUACPATH=/usr/local/lib/lua/5.1
@@ -16,10 +16,16 @@ Pass installation dirs properly, fix search paths, add Solaris support
-#INCDIR=-I/usr/local/lua-5.1/include -I/usr/local/openssl-0.9.8/include
-#LIBDIR=-L/usr/local/openssl-0.9.8/lib -R/usr/local/openssl-0.9.8/lib
+INCDIR=-I${PREFIX}/include
+LIBDIR=-L${PREFIX}/lib -R${PREFIX}/lib
+LIBDIR=-L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib
# For Mac OS X: set the system version
MACOSX_VERSION=10.4
-DEFS=-DBUFFER_DEBUG
+DEFS=-DBUFFER_DEBUG -DLUA_COMPAT_MODULE
#----------------------
# Do not edit this part
@@ -24,6 +24,7 @@ none:
@echo " * linux"
@echo " * bsd"