pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/shoebill
Module Name: pkgsrc
Committed By: hauke
Date: Wed Dec 18 11:25:12 UTC 2024
Modified Files:
pkgsrc/emulators/shoebill: Makefile
Log Message:
Choose POSIX semantics for SunOS, following general practice.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/emulators/shoebill/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/shoebill/Makefile
diff -u pkgsrc/emulators/shoebill/Makefile:1.27 pkgsrc/emulators/shoebill/Makefile:1.28
--- pkgsrc/emulators/shoebill/Makefile:1.27 Sat Apr 6 08:05:19 2024
+++ pkgsrc/emulators/shoebill/Makefile Wed Dec 18 11:25:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2024/04/06 08:05:19 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2024/12/18 11:25:12 hauke Exp $
DISTNAME= shoebill-0.0.5
PKGREVISION= 18
@@ -28,6 +28,8 @@ LDFLAGS+= -framework OpenGL
LDFLAGS+= -lGL
.endif
+CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
+
do-build:
( cd ${WRKSRC}/sdl-gui && \
${PKGSRC_SETENV} CC=${CC:Q} CFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q} \
Home |
Main Index |
Thread Index |
Old Index