diff options
| author | Jeremy Lea <reg@FreeBSD.org> | 2000-01-29 07:53:11 +0000 |
|---|---|---|
| committer | Jeremy Lea <reg@FreeBSD.org> | 2000-01-29 07:53:11 +0000 |
| commit | 915047b6af6ee79c4b2b3aaec1505940fb94d2f2 (patch) | |
| tree | da2c0662e37bd3d1d76a6c3979539acd068665bc /comms/plp/files/patch-ae | |
| parent | 5eb1b3bbb4a1524380c71008663cd1f3a4903f38 (diff) | |
Initial import of Psion Link Protocol 1.8.
This program is used to transfer data between a Psion Series 5mx
(default) or Psion Series 5 to a Unix server. The ncp daemon is
started to communicate with the Psion and an ftp like interface is
provided by rfsv.
PR: 15181
Submitted by: Maurice Castro <maurice@atum.castro.aus.net>
Diffstat (limited to 'comms/plp/files/patch-ae')
| -rw-r--r-- | comms/plp/files/patch-ae | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/comms/plp/files/patch-ae b/comms/plp/files/patch-ae new file mode 100644 index 000000000000..68e57bb34edc --- /dev/null +++ b/comms/plp/files/patch-ae @@ -0,0 +1,21 @@ +--- Makefile.orig Wed Jan 26 20:50:25 2000 ++++ Makefile Wed Jan 26 20:53:10 2000 +@@ -16,15 +16,15 @@ + + # Compiler & flags + INCLUDE=-I../utils +-CFLAGS= -Wall -g -O2 +-CC=g++ $(CFLAGS) $(INCLUDE) ++CFLAGS+= -Wall ++CC=${CXX} $(CFLAGS) $(INCLUDE) + + # Linker and flags + LIBDIR=-L../utils + # Solaris users uncomment this line instead of the next one + #LIBS=-lutils -lsocket -lnsl + LIBS=-lutils +-LD=g++ $(LIBDIR) ++LD=${CXX} $(LIBDIR) + + # Archiver + AR=ar -cr |
