Skip to content

Commit ae57d7a

Browse files
committed
supermodel: SunOS needs explicit libs.
1 parent 460531b commit ae57d7a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

emulators/supermodel/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1 2024/10/19 08:23:15 nia Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/12/03 14:39:44 jperkin Exp $
22

33
DISTNAME= Supermodel_0.2a_Src
44
PKGNAME= ${DISTNAME:tl:S/_src//1:S/_/-/g}
@@ -23,6 +23,8 @@ CFLAGS+= -DUSE_FILE32API=1
2323
INSTALLATION_DIRS+= bin
2424
INSTALLATION_DIRS+= share/doc/supermodel
2525

26+
LDFLAGS.SunOS+= -lGL
27+
2628
do-install:
2729
${INSTALL_PROGRAM} ${WRKSRC}/bin/Supermodel \
2830
${DESTDIR}${PREFIX}/bin

0 commit comments

Comments
 (0)