snac: update to 2.78

This commit is contained in:
グレェ「grey」
2025-06-04 15:04:02 +00:00
committed by Christopher Nielsen
parent 34a45cf630
commit 8d53d40665
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ PortGroup legacysupport 1.1
PortGroup makefile 1.0
PortGroup codeberg 1.0
codeberg.setup grunfink snac2 2.77
codeberg.setup grunfink snac2 2.78
name snac
revision 0
@@ -31,9 +31,9 @@ long_description snac Social Networks Are Crap \
- No cookies either \
- Not much bullshit
checksums rmd160 eb93b1f6d9ec7d12d225df8462dd719f6ad98697 \
sha256 27b08130297765b9cd85d592d7baa632796a092c62e658c63e2952cbc685ab85 \
size 272162
checksums rmd160 922b2fd35ccb891725f51fb4ac6f8d63904683cd \
sha256 f5cceb9dace4615ca9d5df63ac005d80f53bd72f6806dc9d64f6b5e1a44b9d78 \
size 276142
depends_lib path:lib/libssl.dylib:openssl \
port:curl
+1 -1
View File
@@ -9,7 +9,7 @@
all: snac
snac: snac.o main.o sandbox.o data.o http.o httpd.o webfinger.o \
activitypub.o html.o utils.o format.o upgrade.o mastoapi.o
activitypub.o html.o utils.o format.o upgrade.o mastoapi.o rss.o
- $(CC) $(CFLAGS) -L$(PREFIX)/lib *.o -lcurl -lcrypto $(LDFLAGS) -pthread -o $@
-
+ $(CC) $(CFLAGS) $^ $(LDFLAGS) -lcurl -lcrypto $(LDFLAGS) -pthread -o $@