1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/comms/asmodem/files/patch-ac
Steve Price 440b794870 Update to version 0.6.1.
PR:		14062
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-10-10 23:47:40 +00:00

18 lines
337 B
Plaintext

--- Imakefile.orig Sat Mar 1 09:48:45 1997
+++ Imakefile Fri Oct 1 02:09:36 1999
@@ -1,12 +1,12 @@
-XPMLIB = -L/usr/lib/X11 -lXpm
+XPMLIB = -lXpm
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
LINTLIBS = $(LINTXLIB)
-SRCS = asmodem.cpp
+SRCS = asmodem.c
OBJS = asmodem.o
ComplexProgramTarget(asmodem)