pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libltdl Fix unterminated conditional (properly).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c88f0d62c22
branches:  trunk
changeset: 481920:7c88f0d62c22
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 14 19:31:57 2004 +0000

description:
Fix unterminated conditional (properly).

diffstat:

 devel/libltdl/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 24da67ad17f4 -r 7c88f0d62c22 devel/libltdl/buildlink3.mk
--- a/devel/libltdl/buildlink3.mk       Thu Oct 14 19:09:54 2004 +0000
+++ b/devel/libltdl/buildlink3.mk       Thu Oct 14 19:31:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/10/14 19:03:45 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/10/14 19:31:57 tv Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 LIBLTDL_BUILDLINK3_MK:=        ${LIBLTDL_BUILDLINK3_MK}+
@@ -8,7 +8,7 @@
 .  if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
 _SKIP_LIBLTDL=         yes
 .  endif
-.else
+.endif
 
 .if !defined(_SKIP_LIBLTDL)
 .if !empty(BUILDLINK_DEPTH:M+)



Home | Main Index | Thread Index | Old Index