Skip to content
Snippets Groups Projects
Commit dfb4fcc8 authored by rds's avatar rds
Browse files

incorrect order of path setting corrected...

parent 140c0c9e
No related branches found
No related tags found
No related merge requests found
......@@ -77,14 +77,15 @@ case $opsys in
# We need to find freetype2.pc in here. No idea why.
PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
zmap_register_prefix_in_env $GTK_PREFIX
zmap_register_prefix_as_rpath $GTK_PREFIX
if [ "x$FOOCANVAS_DEV" == "x$ZMAP_TRUE" ] ; then
zmap_register_prefix_in_env $FOOCANVAS_PREFIX
zmap_register_prefix_as_rpath $FOOCANVAS_PREFIX
fi
zmap_register_prefix_in_env $GTK_PREFIX
zmap_register_prefix_as_rpath $GTK_PREFIX
if [ "x$USE_GPROF" == "x$ZMAP_TRUE" ]; then
LDFLAGS="-pg $LDFLAGS"
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment