summaryrefslogtreecommitdiff
path: root/comms/plp/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'comms/plp/files/patch-ae')
-rw-r--r--comms/plp/files/patch-ae21
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