mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
16 lines
433 B
Plaintext
16 lines
433 B
Plaintext
$NetBSD: patch-ab,v 1.2 2012/07/30 01:46:24 dholland Exp $
|
|
|
|
Get correct CFLAGS from lang/clisp/module.mk.
|
|
|
|
--- modules/clx/new-clx/Makefile.in.orig 2010-03-24 20:44:56.000000000 +0100
|
|
+++ modules/clx/new-clx/Makefile.in 2011-04-20 16:54:04.545746107 +0200
|
|
@@ -3,7 +3,7 @@
|
|
srcdir = @srcdir@
|
|
CC = @CC@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
-CFLAGS = -O
|
|
+CFLAGS = @CLISP_CFLAGS@
|
|
CLISP = @CLISP@ -norc -q
|
|
CLISP_LINKKIT = @CLISP_LINKKIT@
|
|
LN = @LN@
|