pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q2]: pkgsrc/mail/postfix-current Pullup ticket 639 - reque...
details: https://anonhg.NetBSD.org/pkgsrc/rev/de8c0ad9808b
branches: pkgsrc-2005Q2
changeset: 495943:de8c0ad9808b
user: salo <salo%pkgsrc.org@localhost>
date: Thu Aug 04 22:13:30 2005 +0000
description:
Pullup ticket 639 - requested by Grant Beattie
portability fix for postfix-current
Revisions pulled up:
- pkgsrc/mail/postfix-current/Makefile 1.42
Module Name: pkgsrc
Committed By: grant
Date: Sun Jul 31 03:58:45 UTC 2005
Modified Files:
pkgsrc/mail/postfix-current: Makefile
Log Message:
use ${LDFLAGS} in AUXLIBS so chosen libraries for various options can
be found at runtime.
diffstat:
mail/postfix-current/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 167253989a87 -r de8c0ad9808b mail/postfix-current/Makefile
--- a/mail/postfix-current/Makefile Thu Aug 04 21:59:54 2005 +0000
+++ b/mail/postfix-current/Makefile Thu Aug 04 22:13:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2005/04/11 21:46:22 tv Exp $
+# $NetBSD: Makefile,v 1.41.2.1 2005/08/04 22:13:30 salo Exp $
DISTNAME= postfix-2.2-20040628
PKGREVISION= 1
@@ -27,7 +27,7 @@
# AUXLIBS is a list of options to pass to the linker.
#
CCARGS= # empty
-AUXLIBS= # empty
+AUXLIBS= ${LDFLAGS}
FIX_RPATH+= AUXLIBS
# Set some default paths to override ${WRKSRC}/src/global/mail_params.h.
Home |
Main Index |
Thread Index |
Old Index