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 | 2d5f53d1f1d1298691e1d9693300d7e073644b70 (patch) | |
tree | 5835e21e59cb65f1885c331985ab9256b753be79 /gnustep-libs/cddb/files | |
parent | Version bump, bugfixes. Also remove old version (diff) | |
download | gentoo-2-2d5f53d1f1d1298691e1d9693300d7e073644b70.tar.gz gentoo-2-2d5f53d1f1d1298691e1d9693300d7e073644b70.tar.bz2 gentoo-2-2d5f53d1f1d1298691e1d9693300d7e073644b70.zip |
Initial commit, from gnustep overlay
(Portage version: 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 |