pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xorg-libs NetBSD/amd64 uses the same PLIST files a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75e17ffceea8
branches:  trunk
changeset: 488779:75e17ffceea8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Feb 09 12:53:19 2005 +0000

description:
NetBSD/amd64 uses the same PLIST files as NetBSD/i386, fixing it.

diffstat:

 x11/xorg-libs/Makefile |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 8c4b2188ab75 -r 75e17ffceea8 x11/xorg-libs/Makefile
--- a/x11/xorg-libs/Makefile    Wed Feb 09 12:34:42 2005 +0000
+++ b/x11/xorg-libs/Makefile    Wed Feb 09 12:53:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/02/09 11:39:19 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2005/02/09 12:53:19 xtraeme Exp $
 
 DISTNAME=              ${DISTFILES}
 PKGNAME=               xorg-libs-${XORG_VER}
@@ -58,8 +58,14 @@
        ${INSTALL_DATA} ${WRKSRC}/${f} ${X11BASE}/lib/pkgconfig/${f}
 .endfor
 
-.if exists(${.CURDIR}/PLIST.${OPSYS}.${MACHINE_ARCH})
-PLIST_SRC+=    ${.CURDIR}/PLIST.${OPSYS}.${MACHINE_ARCH}
+
+.if !empty(OPSYS:MNetBSD)
+.  if !empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64)
+PLIST_SRC+=    ${.CURDIR}/PLIST.common
+PLIST_SRC+=    ${.CURDIR}/PLIST.common_end
+PLIST_SRC+=    ${.CURDIR}/PLIST.${OPSYS}
+PLIST_SRC+=    ${.CURDIR}/PLIST.${OPSYS}.i386
+.  endif
 .endif
 
 .include "../../fonts/fontconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index