1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/chinese/aterm/files/patch-aa
Foxfair Hu bac769145c PR: 11698
Submitted by:	Chia-Hsing Yu <davidyu@ken.csie.ntu.edu.tw>
Update to v0.3.6.
1999-05-17 11:26:37 +00:00

21 lines
832 B
Plaintext

--- src/Makefile.in.orig Fri May 14 05:30:49 1999
+++ src/Makefile.in Fri May 14 05:31:10 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 \