ports/editors/qemacs/files/patch-configure
Martin Wilke 0616a86b3c - Update to 0.3.1
PR:		ports/107995
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-01-22 08:31:01 +00:00

11 lines
388 B
Text

--- configure.orig Tue Apr 22 07:01:43 2003
+++ configure Thu Jan 18 12:39:56 2007
@@ -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