freebsd-ports/comms/asmodem/files/patch-ac

18 lines
337 B
Text
Raw Normal View History

--- 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)