mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
$NetBSD: patch-app_config_Makefile.in,v 1.3 2013/11/06 20:32:45 adam Exp $
|
|
|
|
--- app/config/Makefile.in.orig 2012-05-02 08:56:34.000000000 +0000
|
|
+++ app/config/Makefile.in
|
|
@@ -783,15 +783,15 @@ test_config_DEPENDENCIES = $(gimpconfig_
|
|
# We need this due to circular dependencies, see more detailed
|
|
# comments about it in app/Makefile.am
|
|
test_config_LDFLAGS = \
|
|
- -u $(SYMPREFIX)xcf_init \
|
|
- -u $(SYMPREFIX)gimp_pdb_new \
|
|
- -u $(SYMPREFIX)internal_procs_init \
|
|
- -u $(SYMPREFIX)gimp_plug_in_manager_restore \
|
|
- -u $(SYMPREFIX)plug_in_icc_profile_apply_rgb \
|
|
- -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_image_map_config_get_type
|
|
+ -Wl,-u,$(SYMPREFIX)xcf_init \
|
|
+ -Wl,-u,$(SYMPREFIX)gimp_pdb_new \
|
|
+ -Wl,-u,$(SYMPREFIX)internal_procs_init \
|
|
+ -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore \
|
|
+ -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb \
|
|
+ -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_image_map_config_get_type
|
|
|
|
test_config_LDADD = \
|
|
../xcf/libappxcf.a \
|