diff options
author | jmcneill <jmcneill> | 2008-12-25 00:14:42 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2008-12-25 00:14:42 +0000 |
commit | d5d2267f62094f4826981325b92abfa7fbb8cd45 (patch) | |
tree | 4a16368e306ca8a1e624c57fae120bf7a193eb51 /x11/libXevie/Makefile | |
parent | 0ec5aaaf3ef59539df8691f0e01460f77b62ab69 (diff) | |
download | pkgsrc-d5d2267f62094f4826981325b92abfa7fbb8cd45.tar.gz |
Fix build with XFree86.
Diffstat (limited to 'x11/libXevie/Makefile')
-rw-r--r-- | x11/libXevie/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/libXevie/Makefile b/x11/libXevie/Makefile index 2237cdf0b16..311e720e993 100644 --- a/x11/libXevie/Makefile +++ b/x11/libXevie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:15 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2008/12/25 00:14:42 jmcneill Exp $ # DISTNAME= libXevie-1.0.2 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config autoconf PKGCONFIG_OVERRIDE+= xevie.pc.in @@ -25,6 +25,9 @@ PKGCONFIG_OVERRIDE+= xevie.pc.in CONFIGURE_ARGS+= --disable-malloc0returnsnull .endif +pre-configure: + cd ${WRKSRC} && autoconf -f + .include "../../x11/evieext/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" |