pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/wine Added buildlinks for libungif and pthread



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9aed5ff2595
branches:  trunk
changeset: 461870:f9aed5ff2595
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 23 05:34:35 2003 +0000

description:
Added buildlinks for libungif and pthread

diffstat:

 emulators/wine/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 1be039247ec7 -r f9aed5ff2595 emulators/wine/Makefile
--- a/emulators/wine/Makefile   Tue Sep 23 05:30:33 2003 +0000
+++ b/emulators/wine/Makefile   Tue Sep 23 05:34:35 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2003/09/15 10:51:36 adam Exp $
+# $NetBSD: Makefile,v 1.51 2003/09/23 05:34:35 adam Exp $
 
 DISTNAME=              Wine-20030911
 PKGNAME=               ${DISTNAME:S/W/w/}
@@ -24,7 +24,7 @@
 YACC=                  ${PREFIX}/bin/bison -y
 
 GNU_CONFIGURE=         YES
-CONFIGURE_ARGS+=       --without-curses
+CONFIGURE_ARGS+=       --without-curses #--without-opengl
 CONFIGURE_ENV+=                ac_cv_path_ARTSCCONFIG=${TRUE}
 CONFIGURE_ENV+=                ac_cv_prog_sane_devel=no
 
@@ -57,8 +57,9 @@
        ${RMDIR} ${PREFIX}/man/man3w
 
 .include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/freetype2/buildlink2.mk"
 .include "../../graphics/glu/buildlink2.mk"
-.include "../../graphics/freetype2/buildlink2.mk"
 .include "../../graphics/jpeg/buildlink2.mk"
-
+.include "../../graphics/libungif/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index