summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-httpdirfs/files/patch-Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-11-23 14:21:03 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-11-23 14:21:03 +0000
commit6f1e8da4a890b5b32085aff2251b3d6d4e9c6550 (patch)
tree9256a518ca31d73fac0b5991030fb265d876f5cd /sysutils/fusefs-httpdirfs/files/patch-Makefile
parentLint the port (diff)
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
Notes
Notes: svn path=/head/; revision=518239
Diffstat (limited to 'sysutils/fusefs-httpdirfs/files/patch-Makefile')
-rw-r--r--sysutils/fusefs-httpdirfs/files/patch-Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/fusefs-httpdirfs/files/patch-Makefile b/sysutils/fusefs-httpdirfs/files/patch-Makefile
new file mode 100644
index 000000000000..1658c327be30
--- /dev/null
+++ b/sysutils/fusefs-httpdirfs/files/patch-Makefile
@@ -0,0 +1,10 @@
+--- 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`