pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/SDL_image Oops, quickly added TIFF support as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/582a788f00b4
branches:  trunk
changeset: 461017:582a788f00b4
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 09 13:41:11 2003 +0000

description:
Oops, quickly added TIFF support as well

diffstat:

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

diffs (29 lines):

diff -r 32a7c0dcdbfb -r 582a788f00b4 graphics/SDL_image/Makefile
--- a/graphics/SDL_image/Makefile       Tue Sep 09 13:36:56 2003 +0000
+++ b/graphics/SDL_image/Makefile       Tue Sep 09 13:41:11 2003 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/09/09 13:36:56 adam Exp $
+# $NetBSD: Makefile,v 1.9 2003/09/09 13:41:11 adam Exp $
 #
 
 DISTNAME=              SDL_image-1.2.3
-#PKGREVISION=          2
 CATEGORIES=            graphics devel
 MASTER_SITES=          http://www.libsdl.org/projects/SDL_image/release/
 
@@ -12,12 +11,12 @@
 
 CONFLICTS=             SDL-image-[0-9]*
 
+USE_BUILDLINK2=                YES
+USE_X11=               YES
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
-
-USE_BUILDLINK2=                YES
-USE_X11=               YES
+CONFIGURE_ARGS+=       --enable-tif
 
 post-install:
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \



Home | Main Index | Thread Index | Old Index