mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
$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
|
|
|