rpms/greyhounds/F-13 greyhound-am.patch, 1.1, 1.2 greyhound-in.patch, 1.1, 1.2

Bruno Wolff III bruno at fedoraproject.org
Sat Mar 27 04:00:55 UTC 2010


Author: bruno

Update of /cvs/pkgs/rpms/greyhounds/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4375

Modified Files:
	greyhound-am.patch greyhound-in.patch 
Log Message:
Try getting the direction right one more time.



greyhound-am.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: greyhound-am.patch
===================================================================
RCS file: /cvs/pkgs/rpms/greyhounds/F-13/greyhound-am.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- greyhound-am.patch	27 Mar 2010 03:51:35 -0000	1.1
+++ greyhound-am.patch	27 Mar 2010 04:00:54 -0000	1.2
@@ -1,5 +1,5 @@
---- src/Makefile.am	2003-12-14 11:38:58.000000000 -0600
-+++ src/Makefile.am.orig	2010-03-26 22:00:02.000000000 -0500
+--- src/Makefile.am.orig	2010-03-26 22:54:53.000000000 -0500
++++ src/Makefile.am	2010-03-26 22:54:28.000000000 -0500
 @@ -22,5 +22,5 @@
  	misc.c non_gui_defs.h \
  	load_save.c load_save.h non_gui_defs.h

greyhound-in.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: greyhound-in.patch
===================================================================
RCS file: /cvs/pkgs/rpms/greyhounds/F-13/greyhound-in.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- greyhound-in.patch	27 Mar 2010 03:51:35 -0000	1.1
+++ greyhound-in.patch	27 Mar 2010 04:00:54 -0000	1.2
@@ -1,11 +1,11 @@
---- src/Makefile.in	2010-03-26 18:02:53.000000000 -0500
-+++ src/Makefile.in.orig	2010-03-26 21:59:40.000000000 -0500
+--- src/Makefile.in.orig	2010-03-26 21:59:40.000000000 -0500
++++ src/Makefile.in	2010-03-26 18:02:53.000000000 -0500
 @@ -110,7 +110,7 @@
  	load_save.c load_save.h non_gui_defs.h
  
  
--greyhounds_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm
-+greyhounds_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
+-greyhounds_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
++greyhounds_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm
  subdir = src
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  CONFIG_HEADER = $(top_builddir)/config.h



More information about the scm-commits mailing list