pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-reicast



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Dec 22 22:24:51 UTC 2019

Modified Files:
        pkgsrc/emulators/libretro-reicast: distinfo
        pkgsrc/emulators/libretro-reicast/patches: patch-Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/libretro-reicast/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/emulators/libretro-reicast/patches/patch-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/libretro-reicast/distinfo
diff -u pkgsrc/emulators/libretro-reicast/distinfo:1.5 pkgsrc/emulators/libretro-reicast/distinfo:1.6
--- pkgsrc/emulators/libretro-reicast/distinfo:1.5      Thu May  9 23:24:17 2019
+++ pkgsrc/emulators/libretro-reicast/distinfo  Sun Dec 22 22:24:51 2019
@@ -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

Index: pkgsrc/emulators/libretro-reicast/patches/patch-Makefile
diff -u pkgsrc/emulators/libretro-reicast/patches/patch-Makefile:1.3 pkgsrc/emulators/libretro-reicast/patches/patch-Makefile:1.4
--- pkgsrc/emulators/libretro-reicast/patches/patch-Makefile:1.3        Thu May  9 23:24:18 2019
+++ pkgsrc/emulators/libretro-reicast/patches/patch-Makefile    Sun Dec 22 22:24:51 2019
@@ -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



Home | Main Index | Thread Index | Old Index