svn commit: r548235 - head/net/sniproxy
Kirill Ponomarev
krion at FreeBSD.org
Fri Sep 11 10:26:55 UTC 2020
Author: krion
Date: Fri Sep 11 10:26:55 2020
New Revision: 548235
URL: https://svnweb.freebsd.org/changeset/ports/548235
Log:
Fix build on current.
Modified:
head/net/sniproxy/Makefile
Modified: head/net/sniproxy/Makefile
==============================================================================
--- head/net/sniproxy/Makefile Fri Sep 11 10:21:05 2020 (r548234)
+++ head/net/sniproxy/Makefile Fri Sep 11 10:26:55 2020 (r548235)
@@ -2,6 +2,7 @@
PORTNAME= sniproxy
DISTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= krion at FreeBSD.org
@@ -23,6 +24,7 @@ USE_GITHUB= yes
GH_ACCOUNT= dlundquist
GNU_CONFIGURE= yes
+CFLAGS+= -fcommon
USE_LDCONFIG= yes
PLIST_FILES= man/man5/sniproxy.conf.5.gz \
More information about the svn-ports-head
mailing list