summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-27 07:13:16 +0000
committerjlam <jlam>2002-02-27 07:13:16 +0000
commitbad90d0f9c0d4fc4d1f9e39d568784a082659583 (patch)
tree57b9f6110b91f4f54d1f4893b3efb73cb2a0da2c /graphics/gdk-pixbuf/Makefile.common
parenta35652b97eb8fb39c4ed5a70be160681cab18acf (diff)
downloadpkgsrc-bad90d0f9c0d4fc4d1f9e39d568784a082659583.tar.gz
Change the way in which the autotools are invoked to match the example in
Packages.txt. This seems to prevent a recompilation of most of the libraries during the installation phase.
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile.common')
-rw-r--r--graphics/gdk-pixbuf/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common
index 2761d4e496e..daee26c1fd1 100644
--- a/graphics/gdk-pixbuf/Makefile.common
+++ b/graphics/gdk-pixbuf/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2002/02/27 06:41:05 jlam Exp $
+# $NetBSD: Makefile.common,v 1.19 2002/02/27 07:13:16 jlam Exp $
#
DISTNAME= gdk-pixbuf-0.11.0
@@ -26,7 +26,9 @@ PATCHDIR= ${.CURDIR}/../gdk-pixbuf/patches
pre-configure:
cd ${WRKSRC}; \
- ${LOCALBASE}/bin/automake; \
+ ${LOCALBASE}/bin/aclocal; \
+ ${LOCALBASE}/bin/autoheader; \
+ ${LOCALBASE}/bin/automake -a --foreign -i; \
${LOCALBASE}/bin/autoconf
.include "../../graphics/jpeg/buildlink.mk"