pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qmail-qfilter Make it honour _STRIPFLAG_CC and CF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36577db1b5e1
branches:  trunk
changeset: 459988:36577db1b5e1
user:      zuntum <zuntum%pkgsrc.org@localhost>
date:      Thu Aug 14 12:20:01 2003 +0000

description:
Make it honour _STRIPFLAG_CC and CFLAGS

diffstat:

 mail/qmail-qfilter/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 54219d22bc65 -r 36577db1b5e1 mail/qmail-qfilter/Makefile
--- a/mail/qmail-qfilter/Makefile       Thu Aug 14 12:09:18 2003 +0000
+++ b/mail/qmail-qfilter/Makefile       Thu Aug 14 12:20:01 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/14 11:51:02 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2003/08/14 12:20:01 zuntum Exp $
 #
 
 DISTNAME=              qmail-qfilter-1.5
@@ -15,6 +15,10 @@
                        samples/deny-filetypes                          \
                        samples/rename-filetypes
 
+post-patch:
+       ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
+       ${ECHO} ${CC} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/qmail-qfilter ${PREFIX}/bin
 



Home | Main Index | Thread Index | Old Index