Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
74e9abe7
Commit
74e9abe7
authored
12 years ago
by
Simon Morlat
Browse files
Options
Download
Patches
Plain Diff
fix for new version of pango in macports.
Macport upgrade required.
parent
800e0a3f
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+1
-1
Makefile.am
build/macos/environment.sh
+3
-2
build/macos/environment.sh
with
4 additions
and
3 deletions
Makefile.am
+
1
−
1
View file @
74e9abe7
...
...
@@ -220,7 +220,7 @@ bundle: $(LIBICONV_HACK)
printf
"[Pango]
\n
ModuleFiles=./etc/pango/pango.modules
\n
"
\
>
$(
BUNDLEDIR
)
/Contents/Resources/etc/pango/pangorc
cp
-f
$(
BUNDLEDIR
)
/Contents/Resources/etc/pango/pango.modules
$(
BUNDLEDIR
)
/Contents/Resources/etc/pango/pango.modules.orig
sed
-e
's:@executable_path
/../Resources:../..
:g'
$(
BUNDLEDIR
)
/Contents/Resources/etc/pango/pango.modules.orig
>
$(
BUNDLEDIR
)
/Contents/Resources/etc/pango/pango.modules
sed
-e
's:@executable_path
.*/:
:g'
$(
BUNDLEDIR
)
/Contents/Resources/etc/pango/pango.modules.orig
>
$(
BUNDLEDIR
)
/Contents/Resources/etc/pango/pango.modules
cp
-f
$(
LIBICONV_HACK
)
$(
BUNDLEDIR
)
/Contents/Resources/lib/.
cd
$(
BUNDLEDIR
)
/..
&&
rm
-f
$(
MACAPPZIP
)
&&
zip
-r
$(
MACAPPZIP
)
$(
MACAPPNAME
)
&&
cd
-
...
...
This diff is collapsed.
Click to expand it.
build/macos/environment.sh
+
3
−
2
View file @
74e9abe7
export
EXTRA_ARGS
=
"--workdir
$bundle_res
"
export
GIO_EXTRA_MODULES
=
"
$bundle_res
/lib/gio/modules"
export
GIO_EXTRA_MODULES
=
"
$bundle_lib
/gio/modules"
export
PANGO_LIBDIR
=
"
$bundle_lib
"
export
PANGO_SYSCONFDIR
=
"
$bundle_etc
"
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets