mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
578 B
Plaintext
18 lines
578 B
Plaintext
$NetBSD: patch-gsc_makefile.in,v 1.1 2013/12/15 19:39:34 joerg Exp $
|
|
|
|
--- gsc/makefile.in.orig 2013-12-15 14:34:50.000000000 +0000
|
|
+++ gsc/makefile.in
|
|
@@ -208,8 +208,11 @@ _gsc@obj@: _gsc.c
|
|
_gsc_@obj@: _gsc_.c
|
|
@BUILD_OBJ@
|
|
|
|
+CFLAGS._t-c-2.c= ${CLANG_NO_OPT}
|
|
+CFLAGS._x86.c= ${CLANG_NO_OPT}
|
|
+
|
|
.c@obj@:
|
|
- @BUILD_OBJ@ -D___LIBRARY
|
|
+ @BUILD_OBJ@ -D___LIBRARY ${CFLAGS.$<}
|
|
|
|
.scm.c:
|
|
@SETDLPATH@ $(rootfromhere)/gsc-comp -:~~bin=$(srcdirpfx)$(rootfromhere)/bin,~~lib=$(srcdirpfx)$(rootfromhere)/lib,~~include=$(srcdirpfx)$(rootfromhere)/include -f -c -check $(srcdirpfx)$*.scm
|