ok? Index: Makefile =================================================================== RCS file: /cvs/ports/emulators/mupen64plus/ui-console/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile 11 Jan 2016 09:35:45 -0000 1.12 +++ Makefile 9 Aug 2016 07:10:23 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.12 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = n64 emulator command-line ui plugin -REVISION = 2 +REVISION = 3 # GPLv2+ PERMIT_PACKAGE_CDROM = Yes Index: patches/patch-projects_unix_Makefile =================================================================== RCS file: patches/patch-projects_unix_Makefile diff -N patches/patch-projects_unix_Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-projects_unix_Makefile 9 Aug 2016 07:10:23 -0000 @@ -0,0 +1,11 @@ +$OpenBSD$ +--- projects/unix/Makefile.orig Mon Aug 8 00:17:47 2016 ++++ projects/unix/Makefile Mon Aug 8 00:18:04 2016 +@@ -39,6 +39,7 @@ ifeq ("$(UNAME)","FreeBSD") + OS = FREEBSD + endif + ifeq ("$(UNAME)","OpenBSD") ++ LDFLAGS += -Wl,-z,wxneeded + OS = FREEBSD + $(warning OS type "$(UNAME)" not officially supported.') + endif