Skip to content

Commit

Permalink
debug 4: no min version
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 7, 2020
1 parent 728043a commit e2f0da2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/libmodplug/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ in stdenv.mkDerivation rec {
pname = "libmodplug";
inherit version;

patches = [ ./no-min-version.diff ];

meta = with stdenv.lib; {
description = "MOD playing library";
homepage = "http://modplug-xmms.sourceforge.net/";
Expand Down
13 changes: 13 additions & 0 deletions pkgs/development/libraries/libmodplug/no-min-version.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- a/configure 2020-12-07 14:12:35.422830927 +0100
+++ b/configure 2020-12-07 14:20:22.479538391 +0100
@@ -16731,8 +16731,8 @@
# require 10.5+ for osx/x86_64 builds
case "$host" in
x86_64-*-darwin*)
- CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.5"
- LDFLAGS="$LDFLAGS -mmacosx-version-min=10.5" ;;
+ #CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.5"
+ #LDFLAGS="$LDFLAGS -mmacosx-version-min=10.5" ;;
esac

# symbol visibility

0 comments on commit e2f0da2

Please sign in to comment.