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
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


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

1.1
date	2004.03.14.05.12.46;	author kris;	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
@--- configure.orig	Sat Mar 13 21:11:43 2004
+++ configure	Sat Mar 13 21:11:46 2004
@@@@ -461,10 +461,10 @@@@
 
 
 	for (@@SRC) {
-		$compile .= qq|\nsrc/$_.o : src/$_.c\n|;
-		$compile .= qq|\t\$(CC) \$(INC) -c src/$_.c \$(DEF) -o src/$_.o \n|;
+		$compile .= qq|\nsrc/$_.lo : src/$_.c\n|;
+		$compile .= qq|\t\$(CC) \$(CFLAGS_SHLIB) \$(INC) -c src/$_.c \$(DEF) -o src/$_.lo \n|;
 		$src .=" $_.c";
-		$obj .=" src/$_.o";
+		$obj .=" src/$_.lo";
 	}
 
 	$data =~ s|%APXS%|$apxs|sg;
@@@@ -514,6 +514,7 @@@@
 AINCLUDEDIR=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS`
 ACFLAGS=-I`$(APXS) -q INCLUDEDIR`
 LD_SHLIB=`$(APXS) -q LDFLAGS_SHLIB`
+CFLAGS_SHLIB=`$(APXS) -q CFLAGS_SHLIB`
 CC=`$(APXS) -q CC`
 LD=`$(APXS) -q LD_SHLIB`
 CONFDIR=`$(APXS) -q SYSCONFDIR`
@


1.1
log
@Fix build on amd64 (shared library objects must be compiled with -fPIC)
@
text
@@

