summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Maitin-Shepard <jbms@gentoo.org>2003-12-12 03:46:59 +0000
committerJeremy Maitin-Shepard <jbms@gentoo.org>2003-12-12 03:46:59 +0000
commit970b8b849ed7f83640639138e41009f9f37d813e (patch)
tree865869560dfd19cebad76112272584335ee9c3a3 /app-editors/qemacs/files
parentIncluded a patch for the configure script so that the package compiles on GCC... (diff)
downloadhistorical-970b8b849ed7f83640639138e41009f9f37d813e.tar.gz
historical-970b8b849ed7f83640639138e41009f9f37d813e.tar.bz2
historical-970b8b849ed7f83640639138e41009f9f37d813e.zip
Included a patch for the configure script so that the package compiles on GCC 3.3.
Diffstat (limited to 'app-editors/qemacs/files')
-rw-r--r--app-editors/qemacs/files/qemacs-0.3.1-configure-gentoo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-editors/qemacs/files/qemacs-0.3.1-configure-gentoo.patch b/app-editors/qemacs/files/qemacs-0.3.1-configure-gentoo.patch
new file mode 100644
index 000000000000..c7c230941b2a
--- /dev/null
+++ b/app-editors/qemacs/files/qemacs-0.3.1-configure-gentoo.patch
@@ -0,0 +1,12 @@
+diff -ur qemacs-0.3.1.orig/configure qemacs-0.3.1/configure
+--- qemacs-0.3.1.orig/configure 2003-12-11 22:24:37.607928696 -0500
++++ qemacs-0.3.1/configure 2003-12-11 22:27:07.656117904 -0500
+@@ -311,7 +311,7 @@
+ head $source_path/VERSION >>config.mak
+ echo "" >>config.mak
+ echo -n "#define QE_VERSION \"" >> $TMPH
+-head $source_path/VERSION >> $TMPH
++echo -n `head $source_path/VERSION` >> $TMPH
+ echo "\"" >> $TMPH
+ if test "$network" = "yes" ; then
+ echo "#define CONFIG_NETWORK 1" >> $TMPH