93a38c63c4
- switch to motif toolkit - support for multiple open documents - lots of minor tweaks, bugfixes and additions, see http://www.foolabs.com/xpdf/CHANGES for details MAINTAINER ok
13 lines
697 B
Plaintext
13 lines
697 B
Plaintext
$OpenBSD: patch-xpdf_Makefile_in,v 1.3 2003/02/12 08:28:20 sturm Exp $
|
|
--- xpdf/Makefile.in.orig Tue Feb 11 16:52:12 2003
|
|
+++ xpdf/Makefile.in Tue Feb 11 16:52:20 2003
|
|
@@ -15,7 +15,7 @@ VPATH = @srcdir@
|
|
GOOSRCDIR = $(srcdir)/../goo
|
|
GOOLIBDIR = ../goo
|
|
|
|
-CXXFLAGS = @CXXFLAGS@ @DEFS@ -I.. -I$(GOOSRCDIR) -I$(srcdir) @freetype_CFLAGS@ @freetype2_CFLAGS@ @Xm_CFLAGS@ @Xt_CFLAGS@ @Xp_CFLAGS@ @Xext_CFLAGS@ @Xpm_CFLAGS@ @t1_CFLAGS@ @libpaper_CFLAGS@ @X_CFLAGS@
|
|
+CXXFLAGS = @CPPFLAGS@ @CXXFLAGS@ @DEFS@ -I.. -I$(GOOSRCDIR) -I$(srcdir) @freetype_CFLAGS@ @freetype2_CFLAGS@ @Xm_CFLAGS@ @Xt_CFLAGS@ @Xp_CFLAGS@ @Xext_CFLAGS@ @Xpm_CFLAGS@ @t1_CFLAGS@ @libpaper_CFLAGS@ @X_CFLAGS@
|
|
|
|
LDFLAGS = @LDFLAGS@
|
|
|