pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/supermodel



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  3 14:39:44 UTC 2024

Modified Files:
        pkgsrc/emulators/supermodel: Makefile

Log Message:
supermodel: SunOS needs explicit libs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/supermodel/Makefile

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

Modified files:

Index: pkgsrc/emulators/supermodel/Makefile
diff -u pkgsrc/emulators/supermodel/Makefile:1.1 pkgsrc/emulators/supermodel/Makefile:1.2
--- pkgsrc/emulators/supermodel/Makefile:1.1    Sat Oct 19 08:23:15 2024
+++ pkgsrc/emulators/supermodel/Makefile        Tue Dec  3 14:39:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/10/19 08:23:15 nia Exp $
+# $NetBSD: Makefile,v 1.2 2024/12/03 14:39:44 jperkin Exp $
 
 DISTNAME=      Supermodel_0.2a_Src
 PKGNAME=       ${DISTNAME:tl:S/_src//1:S/_/-/g}
@@ -23,6 +23,8 @@ CFLAGS+=      -DUSE_FILE32API=1
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    share/doc/supermodel
 
+LDFLAGS.SunOS+=        -lGL
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/bin/Supermodel \
                ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index