1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/chinese/aterm/files/patch-aa
Seiichirou Hiraoka b1ee07820b Update to 0.3.5
PR: ports/11625
Submitted by: davidyu@ken.csie.ntu.edu.tw
1999-05-10 16:20:23 +00:00

21 lines
832 B
Plaintext

--- src/Makefile.in.orig Mon May 10 13:05:37 1999
+++ src/Makefile.in Mon May 10 13:06:19 1999
@@ -19,13 +19,14 @@
SRCS = command.c graphics.c grkelot.c main.c menubar.c misc.c \
netdisp.c rmemset.c screen.c @SBARFILE@.c utmp.c xdefaults.c \
- pixmap.c ximage_utils.c
+ pixmap.c ximage_utils.c cli_xcin.c
OBJS = command.o graphics.o grkelot.o main.o menubar.o misc.o \
netdisp.o rmemset.o screen.o @SBARFILE@.o utmp.o xdefaults.o \
- pixmap.o ximage_utils.o
+ pixmap.o ximage_utils.o cli_xcin.o
-HDRS = feature.h protos.h grkelot.h rxvt.h rxvtgrx.h screen.h version.h
+HDRS = feature.h protos.h grkelot.h rxvt.h rxvtgrx.h screen.h version.h \
+ state.h protocol.h
PROS = command.pro graphics.pro grkelot.pro main.pro menubar.pro misc.pro \
netdisp.pro rmemset.pro screen.pro @SBARFILE@.pro utmp.pro xdefaults.pro \