freebsd-ports/textproc/pdftohtml/files/patch-splash::Makefile
Maxim Sobolev 0bafca98cb This package doesn't really require X11 or Motif.
Make it respecting CFLAGS while I am here.
2007-04-20 21:13:41 +00:00

14 lines
312 B
Text

$FreeBSD$
--- splash/Makefile
+++ splash/Makefile
@@ -16,7 +16,7 @@
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++
AR = ar rc