pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/smalltalk



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Fri Jan 24 17:40:08 UTC 2025

Modified Files:
        pkgsrc/lang/smalltalk: options.mk

Log Message:
lang/smalltalk: Fix build with opengl option and modular X.org.

Need to declare libSM so it appears in BUILDLINK_DIR.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/smalltalk/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/lang/smalltalk/options.mk
diff -u pkgsrc/lang/smalltalk/options.mk:1.5 pkgsrc/lang/smalltalk/options.mk:1.6
--- pkgsrc/lang/smalltalk/options.mk:1.5        Sun Oct 20 14:04:13 2024
+++ pkgsrc/lang/smalltalk/options.mk    Fri Jan 24 17:40:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2024/10/20 14:04:13 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2025/01/24 17:40:08 riastradh Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.smalltalk
 PKG_SUPPORTED_OPTIONS= cairo curses expat gdbm gtk opengl readline sdl sqlite tk
@@ -56,6 +56,7 @@ PLIST.opengl=         yes
 .    include "../../graphics/glu/buildlink3.mk"
 .    include "../../graphics/freeglut/buildlink3.mk"
 .    include "../../x11/libICE/buildlink3.mk"
+.    include "../../x11/libSM/buildlink3.mk"
 .  else
 CONFIGURE_ARGS+=       --disable-opengl
 CONFIGURE_ARGS+=       --disable-glut



Home | Main Index | Thread Index | Old Index