summaryrefslogtreecommitdiff
path: root/security/lxnb/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/lxnb/files/patch-aa')
-rw-r--r--security/lxnb/files/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/lxnb/files/patch-aa b/security/lxnb/files/patch-aa
new file mode 100644
index 000000000000..16f15b38fae0
--- /dev/null
+++ b/security/lxnb/files/patch-aa
@@ -0,0 +1,22 @@
+--- Makefile.orig Sat Aug 22 09:03:00 1998
++++ Makefile Sun Mar 5 02:20:19 2000
+@@ -1,12 +1,17 @@
+ # Makefile for the Linux Netbus Client by noupe@efnet #hack.se
+
+-CC = gcc -Wall -O3
++CC ?= gcc
++CFLAGS ?= -O3
++CFLAGS += -Wall
+ OBJEKTFILER = lxnetbus.o lxnbfunc.o lxnbmenu.o
+
+-
+ all: ${OBJEKTFILER} lxnetbus
+
+ lxnetbus: ${OBJEKTFILER}
++ ${CC} ${CFLAGS} -o $@ ${OBJEKTFILER}
++
++install:
++ install -c -m 755 lxnetbus ${PREFIX}/bin/lxnb
+
+ clean:
+ rm -f *.o *~ diskdump.txt screendump.jpg