View | Details | Raw Unified | Return to bug 256997 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/safe-iop/Makefile (+1 lines)
Lines 9-14 COMMENT= Safe integer operation library for C Link Here
9
9
10
# as defined in /usr/src/include/ifaddrs.h
10
# as defined in /usr/src/include/ifaddrs.h
11
LICENSE=	BSD1CLAUSE
11
LICENSE=	BSD1CLAUSE
12
LICENSE_NAME=	BSD1CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
14
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
14
15
(-)b/devel/simavr/files/patch-examples_Makefile.opengl (+11 lines)
Added Link Here
1
--- examples/Makefile.opengl.orig	2021-07-08 02:57:42 UTC
2
+++ examples/Makefile.opengl
3
@@ -12,7 +12,7 @@ ifeq (${shell uname -o}, Msys)
4
 LDFLAGS 	+= -mwindows -lopengl32 -lfreeglut
5
 else
6
 CPPFLAGS	+= ${shell pkg-config --cflags glu}
7
-LDFLAGS 	+= ${shell pkg-config --libs glu} -lglut
8
+LDFLAGS 	+= ${shell pkg-config --libs glu} ${shell pkg-config --libs opengl} -lglut
9
 endif
10
 endif
11
 endif

Return to bug 256997