pkgsrc-ng/graphics/gimp/patches/patch-app_Makefile.in
2014-08-11 13:27:10 +02:00

49 lines
1.6 KiB
Plaintext

$NetBSD: patch-app_Makefile.in,v 1.4 2013/11/06 20:32:45 adam Exp $
--- app/Makefile.in.orig 2012-05-02 08:56:34.000000000 +0000
+++ app/Makefile.in
@@ -702,33 +702,33 @@ INCLUDES = \
# FIXME: core should not depend on xcf
workaround_that_core_depends_on_xcf = \
- -u $(SYMPREFIX)xcf_init
+ -Wl,-u,$(SYMPREFIX)xcf_init
# FIXME: core should not depend on pdb
workaround_that_core_depends_on_pdb = \
- -u $(SYMPREFIX)internal_procs_init \
- -u $(SYMPREFIX)gimp_plug_in_manager_restore
+ -Wl,-u,$(SYMPREFIX)internal_procs_init \
+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore
# FIXME: plug-in should not depend on pdb
workaround_that_plug_in_depends_on_pdb = \
- -u $(SYMPREFIX)gimp_pdb_compat_param_spec
+ -Wl,-u,$(SYMPREFIX)gimp_pdb_compat_param_spec
# FIXME: file should not depend on plug-in
workaround_that_file_depends_on_plug_in = \
- -u $(SYMPREFIX)plug_in_icc_profile_apply_rgb \
- -u $(SYMPREFIX)gimp_image_map_config_get_type
+ -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb \
+ -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type
# core, vectors and gegl are on the same architectural layer, prevent
# the linker from panicing
calm_down_linker = \
- -u $(SYMPREFIX)gimp_vectors_undo_get_type \
- -u $(SYMPREFIX)gimp_vectors_mod_undo_get_type \
- -u $(SYMPREFIX)gimp_vectors_prop_undo_get_type \
- -u $(SYMPREFIX)gimp_curve_map_pixels
+ -Wl,-u,$(SYMPREFIX)gimp_vectors_undo_get_type \
+ -Wl,-u,$(SYMPREFIX)gimp_vectors_mod_undo_get_type \
+ -Wl,-u,$(SYMPREFIX)gimp_vectors_prop_undo_get_type \
+ -Wl,-u,$(SYMPREFIX)gimp_curve_map_pixels
AM_LDFLAGS = \
$(munix) \