pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/fotoxx Remove NetBSD specific if's. It is rep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/311849be2cba
branches:  trunk
changeset: 620968:311849be2cba
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jul 03 14:52:02 2013 +0000

description:
Remove NetBSD specific if's. It is replaced with devel/libexecinfo/builtin.mk.

diffstat:

 graphics/fotoxx/Makefile |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r 978b9f40d2ad -r 311849be2cba graphics/fotoxx/Makefile
--- a/graphics/fotoxx/Makefile  Wed Jul 03 14:50:38 2013 +0000
+++ b/graphics/fotoxx/Makefile  Wed Jul 03 14:52:02 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2013/06/08 13:39:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2013/07/03 14:52:02 ryoon Exp $
 #
 
 DISTNAME=      fotoxx-13.06.1
@@ -34,14 +34,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if exists(/usr/include/execinfo.h)
-.  if (${OPSYS} == "NetBSD")
-LDFLAGS+=      -lexecinfo
-.  endif
-.else
-.include "../../devel/libexecinfo/buildlink3.mk"
-.endif
-
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure
 SUBST_MESSAGE.fix-paths=       Fixing absolute paths.
@@ -54,6 +46,7 @@
        ${INSTALL_DATA_DIR} ${DESTDIR}${PKG_SYSCONFDIR}
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/desktop-directories
 
+.include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index