diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 04:00:18 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 04:00:18 +0000 |
commit | ede46bfeb0ade603024fd1182b04674851cd5fa3 (patch) | |
tree | 4afa2f7a38c5bd7d6c91448e6789f315884e8f1b /gnustep-apps/projectcenter/files | |
parent | Keyworded ppc for GNOME 2.8 (Manifest recommit) (diff) | |
download | gentoo-2-ede46bfeb0ade603024fd1182b04674851cd5fa3.tar.gz gentoo-2-ede46bfeb0ade603024fd1182b04674851cd5fa3.tar.bz2 gentoo-2-ede46bfeb0ade603024fd1182b04674851cd5fa3.zip |
Mass Update: gnustep.eclass revamped to allow configurable root install; gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application
Diffstat (limited to 'gnustep-apps/projectcenter/files')
-rw-r--r-- | gnustep-apps/projectcenter/files/digest-projectcenter-0.3.5 | 1 | ||||
-rw-r--r-- | gnustep-apps/projectcenter/files/pc-non-flattened.patch | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/gnustep-apps/projectcenter/files/digest-projectcenter-0.3.5 b/gnustep-apps/projectcenter/files/digest-projectcenter-0.3.5 deleted file mode 100644 index 8dbb74a7dcc2..000000000000 --- a/gnustep-apps/projectcenter/files/digest-projectcenter-0.3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 a8a6f17ea9d2cd1bc1ac7dea53e350c6 ProjectCenter-0.3.5.tar.gz 242653 diff --git a/gnustep-apps/projectcenter/files/pc-non-flattened.patch b/gnustep-apps/projectcenter/files/pc-non-flattened.patch new file mode 100644 index 000000000000..4eb0c8b20bd0 --- /dev/null +++ b/gnustep-apps/projectcenter/files/pc-non-flattened.patch @@ -0,0 +1,11 @@ +--- GNUmakefile.preamble 2004-11-11 16:07:14.214927024 -0500 ++++ GNUmakefile.preamble 2004-11-11 16:09:24.561111392 -0500 +@@ -45,7 +45,7 @@ + + # Additional library directories the linker should search + #ADDITIONAL_LIB_DIRS += -L./Library/$(GNUSTEP_OBJ_DIR) +-ADDITIONAL_LIB_DIRS += -L./Library/ProjectCenter.framework/Versions/Current ++ADDITIONAL_LIB_DIRS += -L./Library/ProjectCenter.framework/Versions/Current/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/${LIBRARY_COMBO} + + ADDITIONAL_TOOL_LIBS += + |