pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/hugin



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 21 18:41:51 UTC 2017

Modified Files:
        pkgsrc/graphics/hugin: Makefile

Log Message:
Allow builing on macOS (without X11)


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/graphics/hugin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/hugin/Makefile
diff -u pkgsrc/graphics/hugin/Makefile:1.70 pkgsrc/graphics/hugin/Makefile:1.71
--- pkgsrc/graphics/hugin/Makefile:1.70 Mon Sep 18 09:53:23 2017
+++ pkgsrc/graphics/hugin/Makefile      Thu Sep 21 18:41:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2017/09/18 09:53:23 maya Exp $
+# $NetBSD: Makefile,v 1.71 2017/09/21 18:41:50 adam Exp $
 
 DISTNAME=      hugin-2017.0.0
 PKGREVISION=   2
@@ -36,6 +36,8 @@ SUBST_FILES.apple+=   src/hugin1/ptbatcher
 SUBST_FILES.apple+=    src/hugin1/stitch_project/CMakeLists.txt
 SUBST_SED.apple=       -e 's,(APPLE),(ELPPA),g'
 
+.include "../../mk/bsd.prefs.mk"
+
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
@@ -43,7 +45,9 @@ SUBST_SED.apple=      -e 's,(APPLE),(ELPPA),g
 .include "../../devel/tclap/buildlink3.mk"
 .include "../../graphics/exiv2/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"
+.if ${OPSYS} != "Darwin"
 .include "../../graphics/glut/buildlink3.mk"
+.endif
 .include "../../graphics/gnome-icon-theme/buildlink3.mk"
 .include "../../graphics/lensfun/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index