diff options
Diffstat (limited to 'net/gspoof/files/patch-Makefile')
-rw-r--r-- | net/gspoof/files/patch-Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/gspoof/files/patch-Makefile b/net/gspoof/files/patch-Makefile new file mode 100644 index 0000000..cbc43ab --- /dev/null +++ b/net/gspoof/files/patch-Makefile @@ -0,0 +1,8 @@ +--- Makefile.orig Wed Sep 25 03:17:31 2002 ++++ Makefile Wed Jan 29 12:04:47 2003 +@@ -1,4 +1,4 @@ +-CC := gcc -O3 -ansi -Wall ++CC+= ${CFLAGS} + VERSION = "Gspoof -< Console/GTK+ TCP/IP Packets Forger v. 2.1.1 >-" + GSRC = main.c interface.c callbacks.c console.c common.c + CSRC = cmain.c console.c common.c |