pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/lib3ds lib3ds: Requires libiconv.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c58faf0bcf0
branches:  trunk
changeset: 390031:1c58faf0bcf0
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Dec 15 10:37:02 2022 +0000

description:
lib3ds: Requires libiconv.

diffstat:

 graphics/lib3ds/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6c0a7c65390f -r 1c58faf0bcf0 graphics/lib3ds/Makefile
--- a/graphics/lib3ds/Makefile  Thu Dec 15 10:36:49 2022 +0000
+++ b/graphics/lib3ds/Makefile  Thu Dec 15 10:37:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/08/11 05:08:44 gutteridge Exp $
+# $NetBSD: Makefile,v 1.25 2022/12/15 10:37:02 jperkin Exp $
 
 DISTNAME=      lib3ds-1.2.0
 PKGREVISION=   10
@@ -17,6 +17,7 @@
        cd ${WRKSRC} && libtoolize --force
        cd ${WRKSRC} && autoreconf -i --force
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/freeglut/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index