mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
9 lines
238 B
Text
9 lines
238 B
Text
--- 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}
|
|
|