mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
The reason for this is to make the HTTPDirFS port more consistent with the rest of FUSE ports. Also, update pkg-descr to avoid talking directly to the user and presenting judgmental assessments about the performance of the software. Reported by: danfe
10 lines
381 B
Text
10 lines
381 B
Text
--- Makefile.orig 2019-11-12 10:38:03 UTC
|
|
+++ Makefile
|
|
@@ -1,6 +1,6 @@
|
|
VERSION=1.2.0
|
|
|
|
-CFLAGS += -O2 -Wall -Wextra -Wshadow -rdynamic -D_GNU_SOURCE\
|
|
+CFLAGS += -Wall -Wextra -Wshadow -D_GNU_SOURCE\
|
|
-D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\"\
|
|
`pkg-config --cflags-only-I gumbo libcurl fuse uuid expat`
|
|
LDFLAGS += `pkg-config --libs-only-L gumbo libcurl fuse uuid expat`
|