summaryrefslogtreecommitdiff
path: root/print/poppler-glib
diff options
context:
space:
mode:
authorreed <reed>2006-04-01 17:22:12 +0000
committerreed <reed>2006-04-01 17:22:12 +0000
commit6a40876861f5276faa6dfbbac6ae22a675086ffd (patch)
treebb6ed35f2c590a5ac719cef64a2c3b631be4a518 /print/poppler-glib
parentfdd0bb636ecd5cb1f32853563ec1467752088ef0 (diff)
downloadpkgsrc-6a40876861f5276faa6dfbbac6ae22a675086ffd.tar.gz
Move the glib/Makefile.in patch-aa from the poppler-glib/patches/
directory to the poppler/patches/ directory. The checksum was removed, but patch still existed. So keep the patch in same place as the distinfo. Uncomment the PATCHDIR for this. (The patch is so libpoppler is not rebuilt -- just use the previously installed version. If there is any change my next patch updates PKGREVISION so will cover this too.)
Diffstat (limited to 'print/poppler-glib')
-rw-r--r--print/poppler-glib/patches/patch-aa40
1 files changed, 0 insertions, 40 deletions
diff --git a/print/poppler-glib/patches/patch-aa b/print/poppler-glib/patches/patch-aa
deleted file mode 100644
index 2c6d6d8708b..00000000000
--- a/print/poppler-glib/patches/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/03/30 21:30:25 jmmv Exp $
-
---- glib/Makefile.in.orig 2006-02-28 23:51:30.000000000 +0100
-+++ glib/Makefile.in
-@@ -65,7 +65,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
- am__DEPENDENCIES_1 =
- @BUILD_CAIRO_OUTPUT_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
- libpoppler_glib_la_DEPENDENCIES = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ $(prefix)/lib/libpoppler.la \
- $(top_builddir)/poppler/libpoppler-cairo.la \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_2)
-@@ -78,7 +78,7 @@ PROGRAMS = $(noinst_PROGRAMS)
- am_test_poppler_glib_OBJECTS = test-poppler-glib.$(OBJEXT)
- test_poppler_glib_OBJECTS = $(am_test_poppler_glib_OBJECTS)
- test_poppler_glib_DEPENDENCIES = \
-- $(top_builddir)/poppler/libpoppler.la libpoppler-glib.la \
-+ $(prefix)/lib/libpoppler.la libpoppler-glib.la \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_2)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/poppler
-@@ -306,7 +306,7 @@ libpoppler_glib_la_SOURCES = \
- poppler-private.h
-
- libpoppler_glib_la_LIBADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ $(prefix)/lib/libpoppler.la \
- $(top_builddir)/poppler/libpoppler-cairo.la \
- $(POPPLER_GLIB_LIBS) \
- $(FREETYPE_LIBS) \
-@@ -317,7 +317,7 @@ test_poppler_glib_SOURCES = \
- test-poppler-glib.c
-
- test_poppler_glib_LDADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ $(prefix)/lib/libpoppler.la \
- libpoppler-glib.la \
- $(POPPLER_GLIB_LIBS) \
- $(FREETYPE_LIBS) \