summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2005-04-15 04:31:38 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2005-04-15 04:31:38 +0000
commitc365247ae8f8181d53ffea33c793c89ccf42bfc8 (patch)
tree6470873f7c4aee86f82726cf399a4786b5a2ba2c /gnustep-base/gnustep-back-xlib/files
parentAdd a check for kde screensaver support #88212 Olaf Freyer. (diff)
downloadgentoo-2-c365247ae8f8181d53ffea33c793c89ccf42bfc8.tar.gz
gentoo-2-c365247ae8f8181d53ffea33c793c89ccf42bfc8.tar.bz2
gentoo-2-c365247ae8f8181d53ffea33c793c89ccf42bfc8.zip
Core GNUstep ebuild bumps; cleaned up dependencies of ancestors of gnustep-env
(Portage version: 2.0.51.19)
Diffstat (limited to 'gnustep-base/gnustep-back-xlib/files')
-rw-r--r--gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.51
-rw-r--r--gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.519
2 files changed, 20 insertions, 0 deletions
diff --git a/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5 b/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5
new file mode 100644
index 000000000000..3a9e1d43a6a7
--- /dev/null
+++ b/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5
@@ -0,0 +1 @@
+MD5 65793b1026b2a06198b8438718309deb gnustep-back-0.9.5.tar.gz 820026
diff --git a/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5 b/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5
new file mode 100644
index 000000000000..ce66c0c0c82d
--- /dev/null
+++ b/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5
@@ -0,0 +1,19 @@
+diff -ur gnustep-back-0.9.5/Fonts/GNUmakefile gnustep-back-0.9.5-test/Fonts/GNUmakefile
+--- gnustep-back-0.9.5/Fonts/GNUmakefile 2005-02-22 22:47:34.000000000 -0500
++++ gnustep-back-0.9.5-test/Fonts/GNUmakefile 2005-04-09 14:27:01.000000000 -0400
+@@ -21,7 +21,7 @@
+ # License along with this library; if not, write to the Free
+ # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
+
+-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
++#GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
+
+ GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../back.make
+ include $(GNUSTEP_MAKEFILES)/common.make
+@@ -36,5 +36,5 @@
+
+ include $(GNUSTEP_MAKEFILES)/rules.make
+
+--include GNUmakefile.postamble
++#-include GNUmakefile.postamble
+