head	1.2;
access;
symbols
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.01.01.19.30.45;	author ohauer;	state dead;
branches;
next	1.1;

1.1
date	2008.12.29.00.52.58;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@--- ./Makefile.orig	2008-12-28 19:38:42.000000000 -0500
+++ ./Makefile	2008-12-28 19:39:41.000000000 -0500
@@@@ -40,19 +40,19 @@@@
 	$(APXS) -c $(LIB) $(OBJ)
 
 mod_layout.o : mod_layout.c
-	$(CC) $(INC) -c mod_layout.c $(DEF) $(LIB)
+	$(CC) $(CFLAGS) $(INC) -c mod_layout.c $(DEF) $(LIB)
 
 utility.o : utility.c
-	$(CC) $(INC) -c utility.c $(DEF) $(LIB)
+	$(CC) $(CFLAGS) $(INC) -c utility.c $(DEF) $(LIB)
 
 origin.o : origin.c
-	$(CC) $(INC) -c origin.c $(DEF) $(LIB)
+	$(CC) $(CFLAGS) $(INC) -c origin.c $(DEF) $(LIB)
 
 layout.o : layout.c
-	$(CC) $(INC) -c layout.c $(DEF) $(LIB)
+	$(CC) $(CFLAGS) $(INC) -c layout.c $(DEF) $(LIB)
 
 header.o : header.c
-	$(CC) $(INC) -c header.c $(DEF) $(LIB)
+	$(CC) $(CFLAGS) $(INC) -c header.c $(DEF) $(LIB)
 #   install the shared object file into Apache 
 install: all
 	strip mod_layout.so
@


1.1
log
@- Update to 3.4 (latest version for www/apache13)
- set conflicts for www/mod_layout2 and upcomming www/mod_layout22
@
text
@@

