diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-02 20:55:58 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-02 20:55:58 +0000 |
commit | 1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch) | |
tree | 888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-mgmt/sendip/files/patch-Makefile | |
parent | . s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_9_0'.release/4.9.0
Notes
Notes:
svn path=/head/; revision=90063
svn path=/tags/RELEASE_4_9_0/; revision=90064; tag=release/4.9.0
Diffstat (limited to 'net-mgmt/sendip/files/patch-Makefile')
-rw-r--r-- | net-mgmt/sendip/files/patch-Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-mgmt/sendip/files/patch-Makefile b/net-mgmt/sendip/files/patch-Makefile deleted file mode 100644 index a3a0a455f5e1..000000000000 --- a/net-mgmt/sendip/files/patch-Makefile +++ /dev/null @@ -1,33 +0,0 @@ ---- Makefile.orig Tue Jan 28 13:03:48 2003 -+++ Makefile Tue Jan 28 13:04:35 2003 -@@ -1,23 +1,23 @@ - #configureable stuff --PREFIX ?= /usr/local --BINDIR ?= $(PREFIX)/bin --MANDIR ?= $(PREFIX)/share/man/man1 --LIBDIR ?= $(PREFIX)/lib/sendip -+#PREFIX ?= /usr/local -+BINDIR=${PREFIX}/bin -+MANDIR=${PREFIX}/man/man1 -+LIBDIR=${PREFIX}/lib/sendip - #For most systems, this works --INSTALL ?= install -+INSTALL?=install - #For Solaris, you may need - #INSTALL=/usr/ucb/install - - CFLAGS= -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings \ - -Wstrict-prototypes -Wnested-externs -Winline -Werror -g -Wcast-align \ -- -DSENDIP_LIBS=\"$(LIBDIR)\" -+ -DSENDIP_LIBS=\"${LIBDIR}\" - #-Wcast-align causes problems on solaris, but not serious ones - LDFLAGS= -g -rdynamic -lm - #LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm - LDFLAGS_SOLARIS= -g -lsocket -lnsl -lm -ldl - LDFLAGS_LINUX= -g -rdynamic -ldl -lm - LIBCFLAGS= -shared --CC= gcc -+#CC= gcc - - PROGS= sendip - BASEPROTOS= ipv4.so ipv6.so |