Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 914163ed7883
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 10b97bd03b69
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 30, 2020

  1. libretro.mame2016: fix build with gnumake-4.3

    Builds currently fail with `ar` trying to operate on what are clearly
    two paths concatenated together.  It stems from a backward-incompatible
    change in Make:
    
    > Previously appending using '+=' to an empty variable would result in
    > a value starting with a space.  Now the initial space is only added
    > if the variable already contains some value.  Similarly, appending an
    > empty string does not add a trailing space.
    
    This issue was first reported on the MAME repository proper
    (mamedev/mame#6248), and affects libretro's
    2016 snapshot as well.  A fix that is reported to work with previous
    versions of Make was upstreamed to:
    - GENie, the build system: bkaradzic/GENie#493
    - MAME: mamedev/mame#6262
    - libretro: libretro/mame2016-libretro#47
    
    The fetched patch comes from the last of these.
    
    (cherry picked from commit 8880179)
    AluisioASG committed Oct 30, 2020
    Copy the full SHA
    cf1fd83 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    22873ba View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Merge pull request #102078 from AluisioASG/aasg/20.09-libretro-mame2016

    [20.09] libretro.mame2016: fix build with gnumake-4.3
    hrdinka committed Nov 1, 2020
    Copy the full SHA
    10b97bd View commit details
    Browse the repository at this point in the history