diff options
author | tron <tron@pkgsrc.org> | 1998-02-11 18:29:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-11 18:29:26 +0000 |
commit | 6f59b84fd04db1e826b160d27bd943efb64dbd3f (patch) | |
tree | debd5ba533d23a4ace72e82d3f945634a27b8321 /comms/minicom/patches/patch-aa | |
parent | 328a92513aa66f22d1db570d906b9140be3c5383 (diff) | |
download | pkgsrc-6f59b84fd04db1e826b160d27bd943efb64dbd3f.tar.gz |
Initial import of FreeBSD's "minicom" port.
Diffstat (limited to 'comms/minicom/patches/patch-aa')
-rw-r--r-- | comms/minicom/patches/patch-aa | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/comms/minicom/patches/patch-aa b/comms/minicom/patches/patch-aa new file mode 100644 index 00000000000..c73c1e7eb17 --- /dev/null +++ b/comms/minicom/patches/patch-aa @@ -0,0 +1,56 @@ +--- Makefile.orig Sun Apr 28 07:16:29 1996 ++++ Makefile Sat Jan 3 02:45:02 1998 +@@ -12,17 +12,17 @@ + # + + # Where to install things for Linux sites (FSSTND) +-BINDIR = /usr/bin +-LIBDIR = /etc +-DOCDIR = /usr/doc/examples/minicom +-MANDIR = /usr/man/man1 ++# BINDIR = /usr/bin ++# LIBDIR = /etc ++# DOCDIR = /usr/doc/examples/minicom ++# MANDIR = /usr/man/man1 + + # Where to install things for FreeBSD sites. +-# BINDIR = /usr/local/bin +-# LIBDIR = /usr/local/etc/minicom ++BINDIR = ${PREFIX}/bin ++LIBDIR = ${PREFIX}/etc/minicom + ##DOCDIR = /usr/local/share/minicom +-# DOCDIR = /usr/local/etc/minicom +-# MANDIR = /usr/local/man/man1 ++DOCDIR = ${PREFIX}/etc/minicom ++MANDIR = ${PREFIX}/man/man1 + + # Where to install things for "normal" sites. + # BINDIR = /usr/local/bin +@@ -38,18 +38,18 @@ + #CC = cc + + # Take these compilation flags for Linux with ncurses. +-FLAGS = -Wall -D_POSIX -D_SYSV -D_SELECT -D_HAVE_MACROS # -I/usr/include/ncurses +-PROGS = minicom runscript ascii-xfr +-LFLAGS = -s +-LIBS = -lncurses +-CC = cc +- +-# Take these compilation flags for FreeBSD. +-#FLAGS = -Wall -D_POSIX -D_BSD43 -D_SELECT -D_HAVE_MACROS -D_DCDFLOW ++#FLAGS = -Wall -D_POSIX -D_SYSV -D_SELECT -D_HAVE_MACROS # -I/usr/include/ncurses + #PROGS = minicom runscript ascii-xfr + #LFLAGS = -s +-#LIBS = -ltermcap ++#LIBS = -lncurses + #CC = cc ++ ++# Take these compilation flags for FreeBSD. ++FLAGS = -Wall -D_POSIX -D_BSD43 -D_SELECT -D_HAVE_MACROS -D_DCDFLOW ++PROGS = minicom runscript ascii-xfr ++LFLAGS = -s ++LIBS = -ltermcap ++CC = cc + + # Take these flags for SCO unix. + #FLAGS = -D_SYSV -D_SCO -D_POSIX -D_SELECT -D_HAVE_MACROS |