kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit a13472432c14f7bbe594ece83a39b69aa8d8af4a
parent 51082988a842a5f02d2d0ad8cdf878d33cd599b2
Author: St John Karp <contact@stjo.hn>
Date:   Wed, 29 Jun 2022 14:07:02 -0400

purple-discord: Remove hacky CFLAGS variable

My nss had not built correctly, which was preventing packages
building correctly that depended on it. With nss fixed, purple-discord
no longer needs any hacks and now runs correctly.

Diffstat:
Mextra/purple-discord/build | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/extra/purple-discord/build b/extra/purple-discord/build @@ -1,6 +1,5 @@ #!/usr/bin/env sh -export CFLAGS="$CFLAGS -I/usr/include/nss -I/usr/include/nspr" make mkdir -p "$1$(pkg-config --variable=plugindir purple)" cp libdiscord.so "$1$(pkg-config --variable=plugindir purple)"