1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/irc/tircproxy/files/patch-ab
Michael Haro 432629ab1d Port irc/tircproxy has an unfetchable distfile. Patch updates port to
version 0.4.5.

PR:		23739
Submitted by:	    George Reid <greid@ukug.uk.freebsd.org>
2001-03-29 22:34:10 +00:00

27 lines
654 B
Plaintext

--- Makefile.in.orig Thu May 4 08:11:25 2000
+++ Makefile.in Thu Mar 29 14:31:46 2001
@@ -12,7 +12,7 @@
TARGETNAME=@sbindir@/tircproxy
STRIP=@STRIP@
-ALL_CFLAGS=-Wall -I. -I@srcdir@ $(CFLAGS)
+ALL_CFLAGS=-Wall -I. -I@srcdir@ $(CFLAGS) -I/sys -I/usr/src/sys
.SUFFIXES:
.SUFFIXES: .c .o
@@ -26,12 +26,12 @@
tircproxy.static: tircproxy.o
$(CC) $(LDFLAGS) -static -O3 tircproxy.o -o $@ $(LIBS)
strip $@
- pgp -sba $@ -u 3004
+# pgp -sba $@ -u 3004
manual:
@(cd docs; make all)
-all: tircproxy tircproxy.static documentation
+all: tircproxy tircproxy.static
install: tircproxy
$(INSTALL) -o bin -g bin -m 555 tircproxy $(TARGETNAME)