diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-04-15 04:31:38 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-04-15 04:31:38 +0000 |
commit | 845221bb4ffd09aa1acec3aa1b11f2f5978e5588 (patch) | |
tree | d1f947817dd2a7e957280c2a56ffe3e5566f6802 /gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5 | |
parent | Core GNUstep ebuild bumps; cleaned up dependencies of ancestors of gnustep-env (diff) | |
download | historical-845221bb4ffd09aa1acec3aa1b11f2f5978e5588.tar.gz historical-845221bb4ffd09aa1acec3aa1b11f2f5978e5588.tar.bz2 historical-845221bb4ffd09aa1acec3aa1b11f2f5978e5588.zip |
Core GNUstep ebuild bumps; cleaned up dependencies of ancestors of gnustep-env
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5')
-rw-r--r-- | gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5 | 19 |
1 files changed, 19 insertions, 0 deletions
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 + |