freebsd-ports/audio/fpc-modplug/files/patch-packages_modplug_fpmake.pp
Jose Alonso Cardenas Marquez e40d870fc3 lang/fpc: update to 3.2.2
* Add new unit devel/fpc-tplylib
* Remove COMPAT10 dependency  [PR/254481]
PR:		254481
Reported by:	jbeich
2021-07-31 20:56:08 -05:00

11 lines
369 B
ObjectPascal

--- packages/modplug/fpmake.pp 2017-09-02 11:48:24.000000000 -0500
+++ packages/modplug/fpmake.pp 2017-12-12 12:24:14.440128000 -0500
@@ -17,7 +17,7 @@
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='3.2.2';
- P.OSes := [linux];
+ P.OSes := [linux,dragonfly,freebsd];
P.SourcePath.Add('src');
T:=P.Targets.AddUnit('modplug.pas');