pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/vsftpd



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 26 11:11:23 UTC 2018

Modified Files:
        pkgsrc/net/vsftpd: Makefile

Log Message:
vsftpd: more general fix for #53002


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/vsftpd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/vsftpd/Makefile
diff -u pkgsrc/net/vsftpd/Makefile:1.46 pkgsrc/net/vsftpd/Makefile:1.47
--- pkgsrc/net/vsftpd/Makefile:1.46     Thu Oct 18 07:51:40 2018
+++ pkgsrc/net/vsftpd/Makefile  Wed Dec 26 11:11:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2018/10/18 07:51:40 maya Exp $
+# $NetBSD: Makefile,v 1.47 2018/12/26 11:11:23 adam Exp $
 
 DISTNAME=      vsftpd-3.0.3
 PKGREVISION=   1
@@ -44,7 +44,7 @@ SUBST_STAGE.dirfd=    pre-build
 SUBST_FILES.dirfd=     port/solaris_bogons.h
 SUBST_SED.dirfd=       -e '/dirfd_extras/d'
 .endif
-.if ${OPSYS} == "FreeBSD"
+.if !empty(PKGSRC_COMPILER:Mclang)
 SUBST_CLASSES+=                idirafter
 SUBST_MESSAGE.idirafter=Fix buggy -idirafter for clang
 SUBST_STAGE.idirafter= pre-build



Home | Main Index | Thread Index | Old Index