mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
17 lines
343 B
Text
17 lines
343 B
Text
|
|
$FreeBSD$
|
|
|
|
--- splash/Makefile
|
|
+++ splash/Makefile
|
|
@@ -16,9 +16,9 @@
|
|
FOFISRCDIR = $(srcdir)/../fofi
|
|
FOFILIBDIR = ../fofi
|
|
|
|
-CXXFLAGS = -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir)
|
|
+CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir)
|
|
|
|
-CXX = g++
|
|
+CXX ?= g++
|
|
AR = ar rc
|
|
RANLIB = ranlib
|
|
|