summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-12-22 22:24:51 +0000
committerjoerg <joerg@pkgsrc.org>2019-12-22 22:24:51 +0000
commitf0336c5fc761d5258300e133479af464e79f1a73 (patch)
treeae593b248ad2928cc1847ef11d587ae3c4f6191b /emulators
parent8dc3983b8ee401b7ddce92468d47d21e9512609c (diff)
downloadpkgsrc-f0336c5fc761d5258300e133479af464e79f1a73.tar.gz
Link with the C++ compiler to avoid undefined references.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/libretro-reicast/distinfo4
-rw-r--r--emulators/libretro-reicast/patches/patch-Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/libretro-reicast/distinfo b/emulators/libretro-reicast/distinfo
index 22d29b75e47..ff1bacce43b 100644
--- a/emulators/libretro-reicast/distinfo
+++ b/emulators/libretro-reicast/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2019/05/09 23:24:17 nia Exp $
+$NetBSD: distinfo,v 1.6 2019/12/22 22:24:51 joerg Exp $
SHA1 (libretro-reicast-20190508-8c38fcedbe064f7fbda9c2213fd6987b7d4e4dbc.tar.gz) = e9199c1488c6ea9d1fdaa235d224a084117dcce0
RMD160 (libretro-reicast-20190508-8c38fcedbe064f7fbda9c2213fd6987b7d4e4dbc.tar.gz) = f48d93863cdb9c28682359b7ea0e2f76814c81ae
SHA512 (libretro-reicast-20190508-8c38fcedbe064f7fbda9c2213fd6987b7d4e4dbc.tar.gz) = 65463f18c7e49bda396ee5beb5a1bc39f5c58e047b37ee3857200a97ebb0a0854a2dc79f520ddc5afc0aeebff73baf60e28d79091c8306dbd035715c507f2fc1
Size (libretro-reicast-20190508-8c38fcedbe064f7fbda9c2213fd6987b7d4e4dbc.tar.gz) = 2613651 bytes
-SHA1 (patch-Makefile) = 7d76517bc1b1630f4f598d85d8db62f040ea7a7d
+SHA1 (patch-Makefile) = d8d2e91d0c1705647f76da134cd9cd0661d3ec95
SHA1 (patch-core_hw_sh4_dyna_driver.cpp) = 6d00a7297f528fe3389a13872095da80200a9013
SHA1 (patch-core_libretro_common.cpp) = b1291f55ced1dc92087d31270f8bc582c2db6fc5
diff --git a/emulators/libretro-reicast/patches/patch-Makefile b/emulators/libretro-reicast/patches/patch-Makefile
index 4f9617ca363..c6baa6ab333 100644
--- a/emulators/libretro-reicast/patches/patch-Makefile
+++ b/emulators/libretro-reicast/patches/patch-Makefile
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.3 2019/05/09 23:24:18 nia Exp $
+$NetBSD: patch-Makefile,v 1.4 2019/12/22 22:24:51 joerg Exp $
Don't override pkgsrc-set variables.
@@ -89,7 +89,7 @@ Don't make assumptions based on uname.
$(AR) rcs $@ $(OBJECTS)
else
- $(LD) $(MFLAGS) $(fpic) $(SHARED) $(LDFLAGS) $(OBJECTS) $(LDFLAGS_END) $(GL_LIB) $(LIBS) -o $@
-+ $(CC) $(fpic) $(SHARED) $(LDFLAGS) $(OBJECTS) $(LDFLAGS_END) $(GL_LIB) $(LIBS) -o $@
++ $(CXX) $(fpic) $(SHARED) $(LDFLAGS) $(OBJECTS) $(LDFLAGS_END) $(GL_LIB) $(LIBS) -o $@
endif
%.o: %.cpp