diff options
| author | emmett1 <me@emmett1.my> | 2026-05-29 15:29:02 +0200 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-29 15:29:02 +0200 |
| commit | c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe (patch) | |
| tree | a231fd04d8a0818fd1f50d06bf53e4cc2474e67e /repos/community/neuswiv/makefile.patch | |
| parent | 869bd1cc5ba01bc0d7c24c74cf4d15d396891d9e (diff) | |
| parent | 61ee8081cb812b7d304a2041603dda1567390996 (diff) | |
| download | alicelinux-c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe.tar.gz alicelinux-c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe.zip | |
Merge pull request 'new ports and fixed duplicate in install.md' (#55) from Lostt/alicelinux:main into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/55
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 + |