diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-28 00:48:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-28 00:48:35 +0800 |
commit | 2b17b36164ed0bb88a9e41b0fff356c94123f105 (patch) | |
tree | 6a25cafd23223103470cf21652811657deb38e43 /www/galeon2/Makefile | |
parent | 7d58d43b0a22d1cb3d071bb186aa66858bb206b9 (diff) | |
download | freebsd-ports-gnome-2b17b36164ed0bb88a9e41b0fff356c94123f105.tar.gz freebsd-ports-gnome-2b17b36164ed0bb88a9e41b0fff356c94123f105.tar.zst freebsd-ports-gnome-2b17b36164ed0bb88a9e41b0fff356c94123f105.zip |
Update to 0.8.3.
Diffstat (limited to 'www/galeon2/Makefile')
-rw-r--r-- | www/galeon2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 7f0a2b349697..f197951da693 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= galeon -PORTVERSION= 0.8 +PORTVERSION= 0.8.3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} \ ${MASTER_SITE_SOURCEFORGE} @@ -38,7 +38,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mozilla-includes="${MOZHEADERS}" \ --with-mozilla-libs="${MOZLIBS}" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib -pthread -lgcc_r" CFLAGS+= -D_REENTRANT -D_THREAD_SAFE -fno-rtti |