diff options
| author | lost <lost@privacyrequired.com> | 2026-05-28 15:45:49 -0400 |
|---|---|---|
| committer | lost <lost@privacyrequired.com> | 2026-05-28 15:45:49 -0400 |
| commit | 3b461a405c351e400fb3790e6efac4e92e79dc21 (patch) | |
| tree | ac8a58708d9d4de8049cc7f505fab2c3b53aca49 /repos/community/neuswiv/makefile.patch | |
| parent | 1a46160999fa2842e5aaf1f089f42af4cfad91d2 (diff) | |
| download | alicelinux-3b461a405c351e400fb3790e6efac4e92e79dc21.tar.gz alicelinux-3b461a405c351e400fb3790e6efac4e92e79dc21.zip | |
added wayland.fyi projects (lots of things)
Diffstat (limited to 'repos/community/neuswiv/makefile.patch')
| -rw-r--r-- | repos/community/neuswiv/makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repos/community/neuswiv/makefile.patch b/repos/community/neuswiv/makefile.patch new file mode 100644 index 00000000..1681d09a --- /dev/null +++ b/repos/community/neuswiv/makefile.patch @@ -0,0 +1,11 @@ +--- neuswiv-0b993289191bf61a15c0973a4a162ede705c29b9/Makefile ++++ patched-ver/Makefile +@@ -20,7 +20,7 @@ + LDFLAGS += -Wl,-rpath,'$$ORIGIN/..' + + LDLIBS += -L.. -lwld +-LDLIBS += ${PKG_LIBS} ++LDLIBS += ${PKG_LIBS} -lfreetype -ldrm + LDLIBS += -lm + LDLIBS += -lfontconfig + |