From c6e2910cef73e6608a9b5887427a79643608a31b Mon Sep 17 00:00:00 2001 From: netchild Date: Fri, 17 Mar 2006 21:30:00 +0000 Subject: The previous revision resulted in a lib with unresolvable symbols. This seems to be a bug in gcc 3.4. As a workaround only use level one optimization (-O1). Approved by: maintainer --- devel/pwlib/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'devel') diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 43c770b663ad..087f48d08965 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -7,7 +7,7 @@ PORTNAME= pwlib PORTVERSION= 1.9.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.voxgratia.org/releases/ @@ -31,12 +31,14 @@ INSTALLS_SHLIB= yes .include -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -O1 -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" \ + CFLAGS="${CFLAGS} -O1" +MAKE_ENV= CPPFLAGS="${CPPFLAGS} -O1 -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - STDCCFLAGS+="-I${LOCALBASE}" + STDCCFLAGS+="-I${LOCALBASE}" \ + CFLAGS="${CFLAGS} -O1" # if explicitely asked for, depend upon it .if defined(WITH_SDL) -- cgit 'this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-271-2/+2
* - Unsilence installation commandsamdmi32015-12-171-3/+4
* Remove Authors from pkg-descrbapt2015-03-031-1/+0
* Cleanup plistbapt2014-10-201-1/+0
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
* Support Stagedirarved2013-10-311-4/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-5/+2
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* Unbreak on head (probably ccache too)crees2013-04-241-1/+1
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Respect CXXFLAGSarved2010-07-031-4/+6
* Respect CC CXX.arved2010-07-031-2/+2
* Instead of only 1 LGPL license there are two namely: the 2.1 and 3 version.kwm2010-06-051-1/+1