We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460531b commit ae57d7aCopy full SHA for ae57d7a
1 file changed
emulators/supermodel/Makefile
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
DISTNAME= Supermodel_0.2a_Src
4
PKGNAME= ${DISTNAME:tl:S/_src//1:S/_/-/g}
@@ -23,6 +23,8 @@ CFLAGS+= -DUSE_FILE32API=1
23
INSTALLATION_DIRS+= bin
24
INSTALLATION_DIRS+= share/doc/supermodel
25
26
+LDFLAGS.SunOS+= -lGL
27
+
28
do-install:
29
${INSTALL_PROGRAM} ${WRKSRC}/bin/Supermodel \
30
${DESTDIR}${PREFIX}/bin
0 commit comments