head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.12.05.20.14.29;	author laszlof;	state Exp;
branches;
next	1.1;

1.1
date	2005.06.22.14.51.27;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to version 0.7p

Submitted by:	self (maintainer)
@
text
@--- src/httpd/Makefile.orig	Sat Sep 16 08:17:17 2006
+++ src/httpd/Makefile	Tue Dec  5 15:10:18 2006
@@@@ -18,11 +18,11 @@@@
 	$(CC) $(LDFLAGS) $(OBJS) $(COMMON) built.o -o $@@
 
 convert-ranges: $(COMMON) Makefile ../Rules.make convert-ranges.c
-	$(CC) $(CFLAGS) $(LDFLAGS) $@@.c $(COMMON) -o $@@
+	$(CC) $(CFLAGS) -I.. $(LDFLAGS) $@@.c $(COMMON) -o $@@
 	chmod +s $@@
 
 convert-geoip: $(COMMON) Makefile ../Rules.make convert-geoip.c
-	$(CC) $(CFLAGS) $(LDFLAGS) $@@.c $(COMMON) -o $@@
+	$(CC) $(CFLAGS) -I.. $(LDFLAGS) $@@.c $(COMMON) -o $@@
 	chmod +s $@@
 
 $(COMMON):
@


1.1
log
@- Update to 0.7m

PR:		ports/82519
Submitted by:	Vsevolod Stakhov <vsevolod@@highsecure.ru> (maintainer)
@
text
@d1 3
a3 3
--- src/httpd/Makefile.orig	Wed Jun 22 13:16:28 2005
+++ src/httpd/Makefile	Wed Jun 22 13:16:44 2005
@@@@ -14,10 +14,10 @@@@
d9 1
d14 1
a16 1
 	cd ../common &&$(MAKE)
@

