diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-02 06:12:28 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-02 06:12:28 +0800 |
commit | 817744212491fb8f17e0cb7ad2c88b7fe4ac973c (patch) | |
tree | 0ff0e333714e3b87acefc887d18c6614271799cb /net/vtun/files | |
parent | 0b4d86d0c246e6c47cb95b6d802057bd7a3681f5 (diff) | |
download | freebsd-ports-gnome-817744212491fb8f17e0cb7ad2c88b7fe4ac973c.tar.gz freebsd-ports-gnome-817744212491fb8f17e0cb7ad2c88b7fe4ac973c.tar.zst freebsd-ports-gnome-817744212491fb8f17e0cb7ad2c88b7fe4ac973c.zip |
Update to 2.6. Based on
PR: 52771
Submitted by: Matt Peterson <matt@peterson.org>
Diffstat (limited to 'net/vtun/files')
-rw-r--r-- | net/vtun/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | net/vtun/files/patch-aa | 11 |
2 files changed, 14 insertions, 11 deletions
diff --git a/net/vtun/files/patch-Makefile.in b/net/vtun/files/patch-Makefile.in new file mode 100644 index 000000000000..36eeb8f586b7 --- /dev/null +++ b/net/vtun/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in.orig Sun Jun 1 23:56:26 2003 ++++ Makefile.in Sun Jun 1 23:56:37 2003 +@@ -54,7 +54,7 @@ + + CONFIGURE_FILES = Makefile config.status config.cache config.h config.log + +-%.o: %.c vtun.h lib.h ++.c.o: + $(CC) $(CFLAGS) $(DEFS) -c $< + + vtund: $(OBJS) diff --git a/net/vtun/files/patch-aa b/net/vtun/files/patch-aa deleted file mode 100644 index 5e9f8663f6ef..000000000000 --- a/net/vtun/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Mar 25 23:48:08 2002 -+++ configure Mon Mar 25 23:48:57 2002 -@@ -764,7 +764,7 @@ - program_prefix=${target_alias}- - - --for ac_prog in 'bison -y' byacc -+for ac_prog in 'yacc' byacc - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 |