diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-01-30 18:05:29 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-01-30 18:05:29 +0000 |
commit | 974c4243706cc7369af82e00f12d1aba2943edbd (patch) | |
tree | 35426e0d67cc469062cab2311537e53bc511df45 /audio/fpc-mad/files/patch-packages_mad_fpmake.pp | |
parent | f3862561877908d6f549d34064d669d28a4a6532 (diff) | |
download | ports-974c4243706cc7369af82e00f12d1aba2943edbd.tar.gz ports-974c4243706cc7369af82e00f12d1aba2943edbd.zip |
Notes
Diffstat (limited to 'audio/fpc-mad/files/patch-packages_mad_fpmake.pp')
-rw-r--r-- | audio/fpc-mad/files/patch-packages_mad_fpmake.pp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/fpc-mad/files/patch-packages_mad_fpmake.pp b/audio/fpc-mad/files/patch-packages_mad_fpmake.pp index d07556713822..faf28fef7882 100644 --- a/audio/fpc-mad/files/patch-packages_mad_fpmake.pp +++ b/audio/fpc-mad/files/patch-packages_mad_fpmake.pp @@ -1,11 +1,11 @@ ---- packages/mad/fpmake.pp.orig 2015-11-13 21:15:29 UTC -+++ packages/mad/fpmake.pp -@@ -17,7 +17,7 @@ begin +--- packages/mad/fpmake.pp 2017-09-02 11:48:24.000000000 -0500 ++++ packages/mad/fpmake.pp 2017-12-12 12:22:21.182111000 -0500 +@@ -17,7 +17,7 @@ P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.2'; + P.Version:='3.0.4'; - P.OSes := [linux,win32,win64,wii]; -+ P.OSes := [linux,win32,win64,wii,freebsd,dragonfly]; ++ P.OSes := [linux,win32,win64,wii,dragonfly,freebsd]; P.SourcePath.Add('src'); T:=P.Targets.AddUnit('mad.pas'); |