diff options
Diffstat (limited to 'games/xevil/files/patch-ad')
-rw-r--r-- | games/xevil/files/patch-ad | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/games/xevil/files/patch-ad b/games/xevil/files/patch-ad index 003de2c995b0..ee41a1647319 100644 --- a/games/xevil/files/patch-ad +++ b/games/xevil/files/patch-ad @@ -1,6 +1,22 @@ ---- makefile.orig Sun Mar 23 00:09:08 2003 -+++ makefile Sun May 18 12:05:08 2003 -@@ -63,11 +63,6 @@ +--- makefile.orig 2012-05-27 06:39:04.000000000 +0900 ++++ makefile 2012-05-27 06:42:04.000000000 +0900 +@@ -42,9 +42,9 @@ + $(OBJ_DIR)/ui_cmn.o $(OBJ_DIR)/l_agreement_dlg.o $(OBJ_DIR)/viewport.o + + +-xevil: $(OBJ_DIR)/xevil $(OBJ_DIR)/xevil$(VERSION).$(PCKG_NAME).tar.Z ++#xevil: $(OBJ_DIR)/xevil $(OBJ_DIR)/xevil$(VERSION).$(PCKG_NAME).tar.Z + #xevil: $(OBJ_DIR)/xevil$(VERSION).$(PCKG_NAME).tar.Z +-#xevil: $(OBJ_DIR)/xevil ++xevil: $(OBJ_DIR)/xevil + + + # Build the xevil executable. +@@ -59,15 +59,9 @@ + cd $(DEPTH)/cmn; $(MAKE) + cd $(DEPTH)/x11; $(MAKE) + $(CC) $(LINK_FLAGS) $(LINK_OPT) $(LIBS_DIRS) -o $(OBJ_DIR)/xevil $(ALL_OBJS) $(LIBS) +- $(STRIP) $(OBJ_DIR)/xevil # Could also include serverping in the distribution $(OBJ_DIR)/xevil$(VERSION).$(PCKG_NAME).tar.Z:: |