pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/melonds



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep  1 07:25:41 UTC 2023

Modified Files:
        pkgsrc/emulators/melonds: Makefile

Log Message:
melonds: Mark incompatible with MKPIE


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/melonds/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/melonds/Makefile
diff -u pkgsrc/emulators/melonds/Makefile:1.16 pkgsrc/emulators/melonds/Makefile:1.17
--- pkgsrc/emulators/melonds/Makefile:1.16      Tue Jul 18 18:02:46 2023
+++ pkgsrc/emulators/melonds/Makefile   Fri Sep  1 07:25:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/07/18 18:02:46 nia Exp $
+# $NetBSD: Makefile,v 1.17 2023/09/01 07:25:41 nia Exp $
 
 DISTNAME=      melonDS-0.8.3
 PKGNAME=       ${DISTNAME:S/DS/ds/}
@@ -27,6 +27,9 @@ INSTALLATION_DIRS+=   share/applications
 INSTALLATION_DIRS+=    share/icons/hicolor/${s}x${s}/apps
 .endfor
 
+# Wants to build with -fno-pic for whatever reason
+MKPIE_SUPPORTED=       no
+
 .include "../../graphics/MesaLib/features.mk"
 .if ${MESALIB_SUPPORTS_EGL:tl} == "no"
 PKG_FAIL_REASON+=      "Requires EGL support in Mesa"



Home | Main Index | Thread Index | Old Index