head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2009.07.31.01.26.12;	author vanilla;	state dead;
branches;
next	1.1;

1.1
date	2009.07.20.16.53.17;	author amdmi3;	state Exp;
branches;
next	;


desc
@@


1.2
log
@1: Upgrade to 0.3.3.
2: remove all patches.
3: change MAINTAINER.

PR:		ports/137277
Submitted by:	maintainer.
@
text
@--- src/Makefile.orig	2009-05-09 19:11:47.000000000 +0400
+++ src/Makefile	2009-07-16 21:43:41.000000000 +0400
@@@@ -13,8 +13,8 @@@@
 
 WARN=-Wall -pedantic
 
-BSD_CFLAGS=-O2 -fpic $(WARN) $(INCDIR) $(DEFS)
-BSD_LDFLAGS=-O -shared -fpic $(LIBDIR)
+BSD_CFLAGS=-fpic $(WARN) $(INCDIR) $(DEFS)
+BSD_LDFLAGS=-shared -fpic $(LIBDIR)
 
 LNX_CFLAGS=-O2 -fpic $(WARN) $(INCDIR) $(DEFS)
 LNX_LDFLAGS=-O -shared -fpic $(LIBDIR)
@@@@ -24,10 +24,10 @@@@
 MAC_LDFLAGS=-bundle -undefined dynamic_lookup $(LIBDIR)
 
 CP=cp
-CC=gcc
+CC?=gcc
 LD=$(MYENV) gcc
-CFLAGS=$(MYCFLAGS)
-LDFLAGS=$(MYLDFLAGS)
+CFLAGS+=$(MYCFLAGS)
+LDFLAGS+=$(MYLDFLAGS)
 
 .PHONY: all clean install none linux bsd macosx
 
@


1.1
log
@- Respect CC/CFLAGS
- Use openssl from ports for older FreeBSD versions
- Add a patch to handle openssl errors properly
- While here, fix building with custom PREFIX/LOCALBASE

PR:		136793
Submitted by:	Andrew Lewis <freeghb@@gmail.com> (maintainer)
@
text
@@

