diff options
Diffstat (limited to 'gnustep-libs/cddb/files/cddb-0.2-gnustep-make-2.patch')
-rw-r--r-- | gnustep-libs/cddb/files/cddb-0.2-gnustep-make-2.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnustep-libs/cddb/files/cddb-0.2-gnustep-make-2.patch b/gnustep-libs/cddb/files/cddb-0.2-gnustep-make-2.patch new file mode 100644 index 000000000000..ee77fe7ec085 --- /dev/null +++ b/gnustep-libs/cddb/files/cddb-0.2-gnustep-make-2.patch @@ -0,0 +1,12 @@ +diff -Naur cddb.bundle.orig/Cddb/GNUmakefile cddb.bundle/Cddb/GNUmakefile +--- cddb.bundle.orig/Cddb/GNUmakefile 2008-01-25 00:40:03.000000000 +0100 ++++ cddb.bundle/Cddb/GNUmakefile 2008-01-25 00:40:09.000000000 +0100 +@@ -3,8 +3,6 @@ + BUNDLE_NAME = Cddb + BUNDLE_EXTENSION = .bundle + +-BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/Bundles +- + Cddb_RESOURCE_FILES = + + Cddb_OBJC_FILES = Cddb.m |