diff --git a/devel/safe-iop/Makefile b/devel/safe-iop/Makefile index 67b940cae2ee..2cdd5e119a1a 100644 --- a/devel/safe-iop/Makefile +++ b/devel/safe-iop/Makefile @@ -9,6 +9,7 @@ COMMENT= Safe integer operation library for C # as defined in /usr/src/include/ifaddrs.h LICENSE= BSD1CLAUSE +LICENSE_NAME= BSD1CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept diff --git a/devel/simavr/files/patch-examples_Makefile.opengl b/devel/simavr/files/patch-examples_Makefile.opengl new file mode 100644 index 000000000000..9588b15f1229 --- /dev/null +++ b/devel/simavr/files/patch-examples_Makefile.opengl @@ -0,0 +1,11 @@ +--- examples/Makefile.opengl.orig 2021-07-08 02:57:42 UTC ++++ examples/Makefile.opengl +@@ -12,7 +12,7 @@ ifeq (${shell uname -o}, Msys) + LDFLAGS += -mwindows -lopengl32 -lfreeglut + else + CPPFLAGS += ${shell pkg-config --cflags glu} +-LDFLAGS += ${shell pkg-config --libs glu} -lglut ++LDFLAGS += ${shell pkg-config --libs glu} ${shell pkg-config --libs opengl} -lglut + endif + endif + endif