mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Added file(s): - files/patch-Makefile.common - files/patch-test_SingletonDll_Makefile Removed file(s): - files/patch-Makefile - files/patch-include-loki-Threads.h - files/patch-test-Makefile - files/patch-test-SingletonDll-Makefile - files/patch-test-SmartPtr-main.cpp PR: ports/144062 Submitted by: "Charlie &" <snnn119@gmail.com> (maintainer) Feature safe: yes
11 lines
249 B
Text
11 lines
249 B
Text
$FreeBSD$
|
|
|
|
--- Makefile.common.orig
|
|
+++ Makefile.common
|
|
@@ -4,4 +4,4 @@
|
|
CXXWARNFLAGS := -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic
|
|
CXXFLAGS := $(CXXWARNFLAGS) -g -O2
|
|
|
|
-prefix := /usr
|
|
+prefix := ${PREFIX}
|
|
|