pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/librsync Add missing include file to BUILDLINK_F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4faca02f3ad1
branches:  trunk
changeset: 460148:4faca02f3ad1
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Aug 22 16:14:17 2003 +0000

description:
Add missing include file to BUILDLINK_FILES.librsync.

diffstat:

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

diffs (18 lines):

diff -r 9af1a5078b26 -r 4faca02f3ad1 devel/librsync/buildlink2.mk
--- a/devel/librsync/buildlink2.mk      Fri Aug 22 13:49:38 2003 +0000
+++ b/devel/librsync/buildlink2.mk      Fri Aug 22 16:14:17 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.3 2003/08/14 12:02:04 abs Exp $
+# $NetBSD: buildlink2.mk,v 1.4 2003/08/22 16:14:17 seb Exp $
 #
 # This Makefile fragment is included by packages that use librsync.
 #
@@ -14,7 +14,7 @@
 
 EVAL_PREFIX+=  BUILDLINK_PREFIX.librsync=librsync
 BUILDLINK_PREFIX.librsync_DEFAULT=     ${LOCALBASE}
-BUILDLINK_FILES.librsync+=     include/librsync.h
+BUILDLINK_FILES.librsync+=     include/librsync*.h
 BUILDLINK_FILES.librsync+=     lib/librsync.*
 
 .include "../../archivers/bzip2/buildlink2.mk"



Home | Main Index | Thread Index | Old Index