diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-15 15:54:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-15 15:55:41 +0700 |
commit | d6e953d1a1c53ae45583c9570095b00661c734b6 (patch) | |
tree | f0d20705ad2d682a57b3e8b227ea2bf627fb692f /office/MasterPDFEditor | |
parent | 4bcf9033692a2cc25a92c8161c0be517850e4759 (diff) |
office/MasterPDFEditor: Fix SOURCEARCH.
Thanks to Christoph Willing.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/MasterPDFEditor')
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index 2a447fe33007..518c3c1046c9 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -52,7 +52,7 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" - SOURCEARCH="x86_64" + SOURCEARCH="amd64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" |