Browse Source

* fixed poppler to run autofoo in a preconfig hook because we patch

certain Makefile.am files


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20737 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
c5f2f6a262
  1. 5
      graphic/poppler/poppler.conf

5
graphic/poppler/poppler.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../poppler/poppler.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -13,6 +13,9 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# we patch certain Makefile.am files so we must run autofoo to regenerate
hook_add preconf 3 "aclocal -I m4; autoconf; automake -a"
# zlib support
pkginstalled zlib && var_append confopt " " "--enable-zlib"

Loading…
Cancel
Save