diff options
author | dillo <dillo@pkgsrc.org> | 2008-11-20 14:32:19 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2008-11-20 14:32:19 +0000 |
commit | f0a3649477b14c65614e6e755b8d3ef77d6b20c5 (patch) | |
tree | 603e6b85e485c7ab9cc2fa7dab64b995f64ea2a8 /print/poppler-includes/files | |
parent | 355121a6bd81d0343f39493b00749fe666912bfe (diff) | |
download | pkgsrc-f0a3649477b14c65614e6e755b8d3ef77d6b20c5.tar.gz |
Addition of package containing unsupported Xpdf headers from poppler.
Diffstat (limited to 'print/poppler-includes/files')
-rw-r--r-- | print/poppler-includes/files/dir.sed | 3 | ||||
-rw-r--r-- | print/poppler-includes/files/extract.sed | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/print/poppler-includes/files/dir.sed b/print/poppler-includes/files/dir.sed new file mode 100644 index 00000000000..a6008505d7e --- /dev/null +++ b/print/poppler-includes/files/dir.sed @@ -0,0 +1,3 @@ +1,/if ENABLE_XPDF_HEADERS/ d +/endif/,$ d +s,^[a-z_]*_includedir = ..includedir./,,p diff --git a/print/poppler-includes/files/extract.sed b/print/poppler-includes/files/extract.sed new file mode 100644 index 00000000000..f1c7c6a2147 --- /dev/null +++ b/print/poppler-includes/files/extract.sed @@ -0,0 +1,3 @@ +1,/if ENABLE_XPDF_HEADERS/ d +/endif/,$ d +s/ \([A-Za-z0-9_-]*\.h\).*/\1/p |