Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,6 @@
$NetBSD: patch-Makefile,v 1.2 2014/12/10 23:22:36 joerg Exp $
$NetBSD: patch-Makefile,v 1.3 2016/08/20 12:43:40 alnsn Exp $
Install tweaks.
--- Makefile.orig 2012-05-08 19:15:00.000000000 +0000
+++ Makefile
@@ -11,6 +13,15 @@ $NetBSD: patch-Makefile,v 1.2 2014/12/10 23:22:36 joerg Exp $
DEFINES=
# Use this for the old ARM ABI with swapped FPA doubles.
@@ -11,7 +11,7 @@ DEFINES=
#DEFINES= -DSWAPPED_DOUBLE
# Lua executable name. Used to find the install path and for testing.
-LUA= lua
+LUA= lua${_LUA_DOT_VERSION}
CC= gcc
CCOPT= -O2 -fomit-frame-pointer
@@ -39,7 +39,8 @@ $(MODSO): $(MODNAME).o
$(SOCC) $(SOLDFLAGS) -o $@ $<