Edit

IABSD.fr/ports/lang/kona/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:28:46
    Hash : e93f9d0c
    Message : drop RCS Ids

  • patch-Makefile
  • Remove PREFIX and hardcoded optimization flags.
    
    Index: Makefile
    --- Makefile.orig
    +++ Makefile
    @@ -1,8 +1,5 @@
    -PREFIX = /usr/local
    -CFLAGS=-g
    -PRODFLAGS = -O3 #-pg -g3
     LIB=libkona.a
    -DEVFLAGS = -O0 -g3 -DDEBUG -Wall
    +DEVFLAGS = -g3 -DDEBUG -Wall
     
     OS := $(shell uname -s | tr "[:upper:]" "[:lower:]")
     $(info OS="$(OS)")