pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cdplayer Fix broken build by symlinking PrefsMod...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bed8c828246
branches:  trunk
changeset: 546818:2bed8c828246
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Sep 08 06:01:57 2008 +0000

description:
Fix broken build by symlinking PrefsModule correctly.

diffstat:

 audio/cdplayer/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r aa93f2809eb9 -r 2bed8c828246 audio/cdplayer/Makefile
--- a/audio/cdplayer/Makefile   Mon Sep 08 05:32:59 2008 +0000
+++ b/audio/cdplayer/Makefile   Mon Sep 08 06:01:57 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/01/18 05:06:19 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2008/09/08 06:01:57 dholland Exp $
 #
 
 DISTNAME=      cdplayer-0.4.2
@@ -17,7 +17,7 @@
 MAKE_ENV+=     ADDITIONAL_CPPFLAGS="-Wno-import"
 
 do-configure:
-       ${LN} -s ${BUILDLINK_DIR}/${GNUSTEP_SUBDIR}/System/Library/Frameworks/PrefsModule.framework/Versions/A/Headers ${WRKSRC}/AudioCD/AudioCDPrefs/PrefsModule
+       ${LN} -s ${BUILDLINK_DIR}/${GNUSTEP_SUBDIR}/Local/Library/Frameworks/PrefsModule.framework/Versions/0/Headers ${WRKSRC}/AudioCD/AudioCDPrefs/PrefsModule
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/include/CDPlayer



Home | Main Index | Thread Index | Old Index