pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-reicast Link with the C++ compiler ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c0217005eb8
branches:  trunk
changeset: 406475:8c0217005eb8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 22 22:24:51 2019 +0000

description:
Link with the C++ compiler to avoid undefined references.

diffstat:

 emulators/libretro-reicast/distinfo               |  4 ++--
 emulators/libretro-reicast/patches/patch-Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r c73e261310df -r 8c0217005eb8 emulators/libretro-reicast/distinfo
--- a/emulators/libretro-reicast/distinfo       Sun Dec 22 22:24:22 2019 +0000
+++ b/emulators/libretro-reicast/distinfo       Sun Dec 22 22:24:51 2019 +0000
@@ -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 -r c73e261310df -r 8c0217005eb8 emulators/libretro-reicast/patches/patch-Makefile
--- a/emulators/libretro-reicast/patches/patch-Makefile Sun Dec 22 22:24:22 2019 +0000
+++ b/emulators/libretro-reicast/patches/patch-Makefile Sun Dec 22 22:24:51 2019 +0000
@@ -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 @@
        $(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



Home | Main Index | Thread Index | Old Index