mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
- Remove the DRAW options, regards it is a third patch and doesn't apply anymore in this new version. - Add ghostscript fonts(TYPE1) to be build as an option. PR: ports/166601 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
10 lines
355 B
Text
10 lines
355 B
Text
Index: splash/Makefile.in
|
|
@@ -16,7 +16,7 @@
|
|
FOFISRCDIR = $(srcdir)/../fofi
|
|
FOFILIBDIR = ../fofi
|
|
|
|
-CXXFLAGS = @CXXFLAGS@ @DEFS@ -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) @t1_CFLAGS@ @freetype2_CFLAGS@
|
|
+CXXFLAGS = @CXXFLAGS@ @DEFS@ -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) @t1_CFLAGS@ @freetype2_CFLAGS@ @X_CFLAGS@
|
|
|
|
CXX = @CXX@
|
|
AR = @AR@
|