mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
PR: 266917 260806 Approved by: uddka@student.kit.edu (maintainer's timeout; 9+ months on PR#260806)
18 lines
370 B
Text
18 lines
370 B
Text
--- Makefile.orig 2022-10-09 13:52:58 UTC
|
|
+++ Makefile
|
|
@@ -1,6 +1,4 @@
|
|
|
|
-CC := gcc
|
|
-CXX := g++
|
|
AR := ar
|
|
LD := $(CXX)
|
|
|
|
@@ -53,8 +51,6 @@ ARCHFLAGS := $(ARCHFLAGS)
|
|
endif
|
|
|
|
ARCHFLAGS := $(ARCHFLAGS)
|
|
-
|
|
-OPTFLAGS ?= -g -O
|
|
|
|
CFLAGS += -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare $(ARCHFLAGS)
|
|
ifneq ($(findstring arm,$(shell uname -m)),)
|