diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 19:13:42 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 19:13:42 +0000 |
commit | fa412fb273a2a8587df2ee01c144caaffeb781f1 (patch) | |
tree | a673b47ad9460afb7c42a331e809f8cc6847d0ad /security/dirmngr | |
parent | www/dillo2: fix build on recent current (diff) |
security/dirmngr: fix build on recent current
Notes
Notes:
svn path=/head/; revision=546802
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 608c60525c23..e995dad492d3 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -27,6 +27,7 @@ INFO= dirmngr CONFIGURE_ARGS+= --docdir=${DOCSDIR} LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS+= -fcommon OPTIONS_DEFINE= NLS OPTIONS_SUB= yes |