mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
440b794870
PR: 14062 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
18 lines
337 B
Plaintext
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)
|