diff options
Diffstat (limited to 'comms/plp/files/patch-ae')
-rw-r--r-- | comms/plp/files/patch-ae | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/comms/plp/files/patch-ae b/comms/plp/files/patch-ae deleted file mode 100644 index 68e57bb34edc..000000000000 --- a/comms/plp/files/patch-ae +++ /dev/null @@ -1,21 +0,0 @@ ---- 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 |