pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q2]: pkgsrc/audio/xmms-flac Pullup ticket 712 - requested ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6369b8b0ab66
branches: pkgsrc-2005Q2
changeset: 496031:6369b8b0ab66
user: salo <salo%pkgsrc.org@localhost>
date: Wed Aug 24 09:54:51 2005 +0000
description:
Pullup ticket 712 - requested by Grant Beattie
build fix for xmms-flac
Revisions pulled up:
- pkgsrc/audio/xmms-flac/Makefile 1.17
Module Name: pkgsrc
Committed By: grant
Date: Sun Aug 21 08:48:51 UTC 2005
Modified Files:
pkgsrc/audio/xmms-flac: Makefile
Log Message:
only build and install in the directories needed to build the xmms
plugin.
diffstat:
audio/xmms-flac/Makefile | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r adb11ae1c9cb -r 6369b8b0ab66 audio/xmms-flac/Makefile
--- a/audio/xmms-flac/Makefile Wed Aug 24 09:31:44 2005 +0000
+++ b/audio/xmms-flac/Makefile Wed Aug 24 09:54:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14.2.1 2005/08/20 15:04:41 salo Exp $
+# $NetBSD: Makefile,v 1.14.2.2 2005/08/24 09:54:51 salo Exp $
#
DISTNAME= flac-1.1.2
@@ -22,6 +22,12 @@
# previous name of the package
CONFLICTS= flac-xmms-[0-9]*
+BUILD_DIRS= ${WRKSRC}/src/libFLAC
+BUILD_DIRS+= ${WRKSRC}/src/plugin_common
+BUILD_DIRS+= ${WRKSRC}/src/share
+BUILD_DIRS+= ${WRKSRC}/src/plugin_xmms
+INSTALL_DIRS= ${WRKSRC}/src/plugin_xmms
+
.include "../../mk/compiler.mk"
# SunPro does not support __inline
@@ -29,12 +35,6 @@
CFLAGS+= -D__inline=inline
.endif
-#do-build:
-# @cd ${XMMS_WRKSRC}/../plugin_common && ${SETENV} ${MAKE_ENV} \
-# ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET}
-# @cd ${XMMS_WRKSRC} && ${SETENV} ${MAKE_ENV} \
-# ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET}
-
do-install:
@cd ${XMMS_WRKSRC} && ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}
Home |
Main Index |
Thread Index |
Old Index