diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 04:31:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 04:31:46 +0000 |
commit | bd77d4ec4695ef7a97b3de8d7417586481e04e2d (patch) | |
tree | 195063c7b72e78e1f0ca424e7111ab3739e0e88b /mail/procmail/files/patch-aa | |
parent | Conditionalize the question asking to !defined(PACKAGE_BUILDING). (diff) |
Conditionalize question about file locking test to
!defined(PACKAGE_BUILDING).
Diffstat (limited to 'mail/procmail/files/patch-aa')
-rw-r--r-- | mail/procmail/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/procmail/files/patch-aa b/mail/procmail/files/patch-aa index a886b9320f22..f9a5770720ff 100644 --- a/mail/procmail/files/patch-aa +++ b/mail/procmail/files/patch-aa @@ -9,6 +9,18 @@ # For display in the man pages VISIBLE_BASENAME= $(BASENAME) +@@ -53,7 +53,11 @@ + + # Makefile.0 - mark, don't (re)move this, a sed script needs it + ++.if defined(PACKAGE_BUILDING) ++LOCKINGTEST=/tmp . ++.else + LOCKINGTEST=__defaults__ ++.endif + + #LOCKINGTEST=/tmp . # Uncomment and add any directories you see fit. + # If LOCKINGTEST is defined, autoconf will NOT @@ -86,7 +86,7 @@ -Waggregate-return #-Wuninitialized |