diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2008-11-03 12:08:43 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2008-11-03 12:08:43 +0000 |
commit | b98098fdd0a3fcc154036cdffd804836a948cc4c (patch) | |
tree | 8b59d2b715da8e73c1da592248f79ca64d556bae /gnustep-libs/cddb/files | |
parent | Version bump, bugfixes. Also remove old version (diff) | |
download | historical-b98098fdd0a3fcc154036cdffd804836a948cc4c.tar.gz historical-b98098fdd0a3fcc154036cdffd804836a948cc4c.tar.bz2 historical-b98098fdd0a3fcc154036cdffd804836a948cc4c.zip |
Initial commit, from gnustep overlay
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'gnustep-libs/cddb/files')
-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 |