pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen Don't need to conditionalise usage of BU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b4d91901a3c
branches:  trunk
changeset: 648433:4b4d91901a3c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 14 18:21:24 2015 +0000

description:
Don't need to conditionalise usage of BUILDLINK_LDADD.iconv per OPSYS.
It will be empty where not required.

diffstat:

 devel/doxygen/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r c8f1792c9cee -r 4b4d91901a3c devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Sat Mar 14 18:07:03 2015 +0000
+++ b/devel/doxygen/Makefile    Sat Mar 14 18:21:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2015/02/19 11:53:59 joerg Exp $
+# $NetBSD: Makefile,v 1.120 2015/03/14 18:21:24 tnn Exp $
 
 DISTNAME=      doxygen-1.8.9.1.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -73,9 +73,7 @@
 CONFIGURE_ARGS+=       -platform freebsd-g++
 .endif
 
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"
 LDFLAGS+=              ${BUILDLINK_LDADD.iconv}
-.endif
 
 post-patch:
        touch ${WRKSRC}/src/doxytag.l



Home | Main Index | Thread Index | Old Index