head	1.2;
access;
symbols
	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
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.09.16.20.56.21;	author mnag;	state dead;
branches;
next	1.1;

1.1
date	2003.06.01.21.27.03;	author anders;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.6.0
Submitted to ports@@ for test. Without reply.

PR:		ports/83748
Submitted by:	Marcus Grando <marcus@@corp.grupos.com.br>
Approved by:	pav (mentor), anders (maintainer timeout, 58 days)
@
text
@--- Makefile.orig	Thu Nov 21 02:13:01 2002
+++ Makefile	Mon May 19 23:41:43 2003
@@@@ -3,13 +3,9 @@@@
 ifndef FULL_LINUX_PAM_SOURCE_TREE
 export DYNAMIC=-DPAM_DYNAMIC
 export CC=gcc
-export CFLAGS=-O2 -Dlinux -DLINUX_PAM \
-       -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings \
-       -Wpointer-arith -Wcast-qual -Wcast-align -Wtraditional \
-       -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline \
-       -Wshadow -pedantic -fPIC
+export CFLAGS+=-I${LOCALBASE}/include -fPIC
 export MKDIR=mkdir -p
-export LD_D=gcc -shared -Xlinker -x -L/usr/lib/mysql -lz
+export LD_D=${CC} -shared -Xlinker -x -L${LOCALBASE}/lib/mysql -lz
 endif
 
 #
@


1.1
log
@Update to 0.5.
Unbreak on -current.

PR:		ports/48239
Submitted by:	Sergey Matveychuk <sem@@ciam.ru>
@
text
@@

