mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-18 00:39:18 -04:00
15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
$NetBSD: patch-ab,v 1.20 2014/01/02 09:02:22 mrg Exp $
|
|
|
|
--- Makefile.boot.orig 2014-01-01 23:59:54.000000000 -0800
|
|
+++ Makefile.boot 2014-01-02 00:02:15.000000000 -0800
|
|
@@ -5,7 +5,9 @@
|
|
|
|
CC= cc
|
|
OPT= -O
|
|
+OPT=
|
|
LARGE_CFLAGS= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
|
|
+LARGE_CFLAGS=
|
|
LOCAL_CFLAGS= -DNO_LUA_SUPPORT
|
|
CFLAGS= $(OPT) $(LARGE_CFLAGS) $(LOCAL_CFLAGS)
|
|
|