From 356201e39c9a5007ecc1de34db77759c3144be80 Mon Sep 17 00:00:00 2001 From: xtkoba <69125751+xtkoba@users.noreply.github.com> Date: Sun, 10 Oct 2021 02:06:45 +0900 Subject: [PATCH] sc: Restore `-DSYSV3` for `CFLAGS` --- packages/sc/Makefile.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sc/Makefile.patch b/packages/sc/Makefile.patch index 6ee8d1771..4a1db0a30 100644 --- a/packages/sc/Makefile.patch +++ b/packages/sc/Makefile.patch @@ -28,7 +28,7 @@ #CFLAGS=-DSYSV3 -O2 -Wall -pipe -CFLAGS=-DSYSV3 -O2 -pipe -LIB=-lm -lncurses -+# CFLAGS=-DSYSV3 -O2 -pipe ++CFLAGS+=-DSYSV3 + +LIB=-L$(prefix)/lib -lm -lncurses