aea6da900c
- Added the service 'Play CD' that takes the name of a device with an inserted CD to play. - Added a local cache for CDDB data. All data loaded from the net is stored automatically to disk and displayed again when a CD is detected. - Make this compliant with gnustep-make-2.0.8 - Allow unprivileged DESTDIR installs.
12 lines
400 B
Text
12 lines
400 B
Text
$NetBSD: patch-aa,v 1.1 2009/04/19 11:43:16 rh Exp $
|
|
|
|
--- AudioCD/AudioCDPrefs/GNUmakefile.orig 2009-04-19 14:37:41.000000000 +1000
|
|
+++ AudioCD/AudioCDPrefs/GNUmakefile
|
|
@@ -13,6 +13,7 @@ ifeq ($(prefs), sysprefs)
|
|
ADDITIONAL_CPPFLAGS += -DSYSPREFS=1
|
|
else
|
|
BUNDLE_EXTENSION = .prefs
|
|
+ BUNDLE_INSTALL_DIR = ${DESTDIR}${GNUSTEP_LIB_DIR}/Preferences
|
|
ADDITIONAL_CPPFLAGS += -DSYSPREFS=0
|
|
endif
|
|
|