pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/wine Fixed pkglint warnings. BUILDLINK_API_D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b928c0a4222
branches:  trunk
changeset: 515390:1b928c0a4222
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 02 10:09:26 2006 +0000

description:
Fixed pkglint warnings. BUILDLINK_API_DEPENDS is required, while
BUILDLINK_ABI_DEPENDS is optional. The former had not been in the
buildlink3.mk file.

diffstat:

 emulators/wine/Makefile      |  4 ++--
 emulators/wine/buildlink3.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 49aa7e9e375d -r 1b928c0a4222 emulators/wine/Makefile
--- a/emulators/wine/Makefile   Sun Jul 02 10:06:43 2006 +0000
+++ b/emulators/wine/Makefile   Sun Jul 02 10:09:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2006/06/12 09:07:22 adam Exp $
+# $NetBSD: Makefile,v 1.109 2006/07/02 10:09:26 rillig Exp $
 
 DISTNAME=      wine-0.9.15
 CATEGORIES=    emulators
@@ -33,7 +33,7 @@
 # against the libraries.
 #
 CONFIGURE_ENV+=                X_LIBS=${LDFLAGS:M*:Q}
-CONFIGURE_ENV+=                CFLAGS="${CFLAGS} -DDEVOSSAUDIO=\"${DEVOSSAUDIO}\""
+CONFIGURE_ENV+=                CFLAGS=${CFLAGS:M*:Q}\ -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
 LIBS+=                 ${LDFLAGS}
 
 .include "options.mk"
diff -r 49aa7e9e375d -r 1b928c0a4222 emulators/wine/buildlink3.mk
--- a/emulators/wine/buildlink3.mk      Sun Jul 02 10:06:43 2006 +0000
+++ b/emulators/wine/buildlink3.mk      Sun Jul 02 10:09:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2006/05/12 20:53:36 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2006/07/02 10:09:26 rillig Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 WINE_BUILDLINK3_MK:=   ${WINE_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   wine
 
 .if !empty(WINE_BUILDLINK3_MK:M+)
-BUILDLINK_ABI_DEPENDS.wine+=   wine>=0.9.6nb1
+BUILDLINK_API_DEPENDS.wine+=   wine>=0.9.6nb1
 BUILDLINK_PKGSRCDIR.wine?=     ../../emulators/wine
 .endif # WINE_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index