pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jasper



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 11 18:22:14 UTC 2023

Modified Files:
        pkgsrc/graphics/jasper: options.mk

Log Message:
jasper: fix for opengl option


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/jasper/options.mk

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

Modified files:

Index: pkgsrc/graphics/jasper/options.mk
diff -u pkgsrc/graphics/jasper/options.mk:1.2 pkgsrc/graphics/jasper/options.mk:1.3
--- pkgsrc/graphics/jasper/options.mk:1.2       Tue Jul 21 07:31:28 2020
+++ pkgsrc/graphics/jasper/options.mk   Tue Apr 11 18:22:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2020/07/21 07:31:28 adam Exp $
+# $NetBSD: options.mk,v 1.3 2023/04/11 18:22:14 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.jasper
 PKG_SUPPORTED_OPTIONS= opengl
@@ -12,6 +12,7 @@ CMAKE_ARGS+=  -DJAS_ENABLE_OPENGL=ON
 PLIST.opengl=  yes
 .  if ${OPSYS} != "Darwin"
 .    include "../../graphics/freeglut/buildlink3.mk"
+.    include "../../x11/libXmu/buildlink3.mk"
 .  endif
 .else
 CMAKE_ARGS+=   -DJAS_ENABLE_OPENGL=OFF



Home | Main Index | Thread Index | Old Index