diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 22:53:31 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 22:53:31 +0800 |
commit | a87c8ccda69df670d4af44e6b9f075d16bcd24f8 (patch) | |
tree | d3f50891fa5409777b1c392003cafb1c5c18a58f /graphics/poppler | |
parent | 96bf764d625e12738cda3fdf9f596736c8b4ecad (diff) | |
download | marcuscom-ports-a87c8ccda69df670d4af44e6b9f075d16bcd24f8.tar marcuscom-ports-a87c8ccda69df670d4af44e6b9f075d16bcd24f8.tar.gz marcuscom-ports-a87c8ccda69df670d4af44e6b9f075d16bcd24f8.tar.bz2 marcuscom-ports-a87c8ccda69df670d4af44e6b9f075d16bcd24f8.tar.lz marcuscom-ports-a87c8ccda69df670d4af44e6b9f075d16bcd24f8.tar.xz marcuscom-ports-a87c8ccda69df670d4af44e6b9f075d16bcd24f8.tar.zst marcuscom-ports-a87c8ccda69df670d4af44e6b9f075d16bcd24f8.zip |
- Tests? We don't need no stinking test.
* fix build if poppler-gtk isn't installed
Spotted by: sajd via irc.freenode.org/#FreeBSD-GNOME
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7418 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler')
-rw-r--r-- | graphics/poppler/files/patch-Makefile.in | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/graphics/poppler/files/patch-Makefile.in b/graphics/poppler/files/patch-Makefile.in index 0370a3b19..02c8919d0 100644 --- a/graphics/poppler/files/patch-Makefile.in +++ b/graphics/poppler/files/patch-Makefile.in @@ -1,15 +1,15 @@ ---- Makefile.in.orig Sat Sep 30 00:30:37 2006 -+++ Makefile.in Sat Sep 30 00:33:22 2006 +--- Makefile.in.orig Thu Sep 21 20:54:29 2006 ++++ Makefile.in Sat Sep 30 10:51:57 2006 @@ -76,7 +76,7 @@ DATA = $(pkgconfig_DATA) ETAGS = etags CTAGS = ctags -DIST_SUBDIRS = goo fofi splash poppler utils glib qt test qt4 -+DIST_SUBDIRS = goo fofi splash poppler utils glib qt test ++DIST_SUBDIRS = goo fofi splash poppler utils glib qt DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) -@@ -254,7 +254,7 @@ +@@ -254,10 +254,10 @@ @BUILD_POPPLER_GLIB_TRUE@glib_pc_file = poppler-glib.pc @BUILD_POPPLER_QT_TRUE@qt_subdir = qt @BUILD_POPPLER_QT_TRUE@qt_pc_file = poppler-qt.pc @@ -17,13 +17,8 @@ +@BUILD_POPPLER_QT4_TRUE@qt4_subdir = @BUILD_POPPLER_QT4_TRUE@qt4_pc_file = poppler-qt4.pc @BUILD_UTILS_TRUE@utils_subdir = utils - SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) $(qt_subdir) test $(qt4_subdir) -@@ -265,7 +265,7 @@ - poppler-splash.pc.in \ - poppler-qt.pc.in - --pkgconfigdir = $(prefix)/libdata/pkgconfig -+pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = \ - poppler.pc \ - $(cairo_pc_file) \ +-SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) $(qt_subdir) test $(qt4_subdir) ++SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) $(qt_subdir) + EXTRA_DIST = \ + README-XPDF \ + poppler.pc.in \ |