aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libgwenhywfar/static-link-order.diff
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libgwenhywfar/static-link-order.diff
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libgwenhywfar/static-link-order.diff')
-rw-r--r--vcpkg/ports/libgwenhywfar/static-link-order.diff17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/libgwenhywfar/static-link-order.diff b/vcpkg/ports/libgwenhywfar/static-link-order.diff
new file mode 100644
index 0000000..2cd0b46
--- /dev/null
+++ b/vcpkg/ports/libgwenhywfar/static-link-order.diff
@@ -0,0 +1,17 @@
+diff --git a/tools/gwenbuild/Makefile.am b/tools/gwenbuild/Makefile.am
+index 14aa0e2..eb60988 100644
+--- a/tools/gwenbuild/Makefile.am
++++ b/tools/gwenbuild/Makefile.am
+@@ -28,11 +28,11 @@ noinst_HEADERS=\
+
+
+ gwbuild_LDADD = \
+- $(top_builddir)/src/$(gwenhywfar_internal_libname) \
+ types/libgwb_types.la \
+ parser/libgwb_parser.la \
+ tools/libgwb_tools.la \
+ builders/libgwb_builders.la \
+ buildctx/libgwb_build.la \
++ $(top_builddir)/src/$(gwenhywfar_internal_libname) \
+ $(PROG_LIBRARIES)
+