diff options
Diffstat (limited to 'comms/asmodem/files/patch-ac')
-rw-r--r-- | comms/asmodem/files/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/comms/asmodem/files/patch-ac b/comms/asmodem/files/patch-ac new file mode 100644 index 000000000000..70c13384e1c8 --- /dev/null +++ b/comms/asmodem/files/patch-ac @@ -0,0 +1,17 @@ +--- 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) |