diff options
author | Chernov V. V <manbornofwoman@gmail.com> | 2014-02-01 01:16:36 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:34 -0600 |
commit | fdaa8fe0799d5f5b57bd8b124bb654522da3e355 (patch) | |
tree | 032bed3753b9fb4d2e473b32350225c5d8a73b7a /audio/easymp3gain/environmentoptions.xml | |
parent | 15f29f5a0d7727f3b111d618294b0c1d6f0fd978 (diff) | |
download | slackbuilds-fdaa8fe0799d5f5b57bd8b124bb654522da3e355.tar.gz |
audio/easymp3gain: Added patches to fix compile against new FPC.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/easymp3gain/environmentoptions.xml')
-rw-r--r-- | audio/easymp3gain/environmentoptions.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/easymp3gain/environmentoptions.xml b/audio/easymp3gain/environmentoptions.xml new file mode 100644 index 0000000000..20e19abc14 --- /dev/null +++ b/audio/easymp3gain/environmentoptions.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<CONFIG> + <EnvironmentOptions> + <LazarusDirectory Value="/usr/share/lazarus"/> + <CompilerFilename Value="/usr/bin/fpc"/> + </EnvironmentOptions> +</CONFIG> + |