aboutsummaryrefslogtreecommitdiffstats
path: root/lang/seed7/files/patch-makefile
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-08-05 22:10:46 +0800
committergahr <gahr@FreeBSD.org>2008-08-05 22:10:46 +0800
commit30ae8eabbc5a9249ed1befea8f550472615968c7 (patch)
treed183c4b70c6b4d573f4ba51f843bad7eab133a05 /lang/seed7/files/patch-makefile
parent4877bdf6ddc9e9800e44716fee2b437f283f055a (diff)
downloadfreebsd-ports-gnome-30ae8eabbc5a9249ed1befea8f550472615968c7.tar.gz
freebsd-ports-gnome-30ae8eabbc5a9249ed1befea8f550472615968c7.tar.zst
freebsd-ports-gnome-30ae8eabbc5a9249ed1befea8f550472615968c7.zip
- Update to 05_20080803
- Partially remove makefile's patch (committed upstream)
Diffstat (limited to 'lang/seed7/files/patch-makefile')
-rw-r--r--lang/seed7/files/patch-makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/lang/seed7/files/patch-makefile b/lang/seed7/files/patch-makefile
index 423994b6b55a..afd3237ce4f4 100644
--- a/lang/seed7/files/patch-makefile
+++ b/lang/seed7/files/patch-makefile
@@ -14,32 +14,3 @@
# LFLAGS = -pg
# LFLAGS = -pg -lc_p
# LIBS = /usr/Xlib/libX11.so -lncurses -lm
-@@ -80,7 +80,6 @@
-
- hi: $(OBJ) $(COMPILER_LIB) $(COMP_DATA_LIB) $(SEED7_LIB)
- $(CC) $(LFLAGS) $(OBJ) $(COMPILER_LIB) $(COMP_DATA_LIB) $(SEED7_LIB) $(LIBS) -o hi
-- $(MAKE) ../prg/hi
- ./hi level
- # cp hi /usr/local/bin/hi
-
-@@ -177,16 +176,16 @@
- $(CC) $(CFLAGS) -c hi.c
-
- depend: a_depend b_depend c_depend version.h
-- $(CC) -M $(SRC) > depend
-+ $(CC) -M ${CFLAGS} $(SRC) > depend
-
- a_depend: version.h
-- $(CC) -M $(SEED7_LIB_SRC) > a_depend
-+ $(CC) -M ${CFLAGS} $(SEED7_LIB_SRC) > a_depend
-
- b_depend: version.h
-- $(CC) -M $(COMP_DATA_LIB_SRC) > b_depend
-+ $(CC) -M ${CFLAGS} $(COMP_DATA_LIB_SRC) > b_depend
-
- c_depend: version.h
-- $(CC) -M $(COMPILER_LIB_SRC) > c_depend
-+ $(CC) -M ${CFLAGS} $(COMPILER_LIB_SRC) > c_depend
-
- level.h:
- hi level