ports/sysutils/fusefs-httpdirfs/files/patch-Makefile
Mateusz Piotrowski 6f1e8da4a8 Move www/httpdirfs to sysutils/fusefs-httpdirfs
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
2019-11-23 14:21:03 +00:00

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`