diff options
author | kwm <kwm@FreeBSD.org> | 2017-01-10 06:21:30 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-01-10 06:21:30 +0800 |
commit | f4024f20cff50fe3fab71c41e7783c8d5bf7e0ae (patch) | |
tree | a9d89010d0767e6ec1eb1a5cbde4036f11fd06f4 | |
parent | a95faae89f7515ce1713e4f25daf7be26bae2a97 (diff) | |
download | freebsd-ports-gnome-f4024f20cff50fe3fab71c41e7783c8d5bf7e0ae.tar.gz freebsd-ports-gnome-f4024f20cff50fe3fab71c41e7783c8d5bf7e0ae.tar.zst freebsd-ports-gnome-f4024f20cff50fe3fab71c41e7783c8d5bf7e0ae.zip |
Drop USE_GCC, this fixed a segfault crash when starting the program.
PR: 199303
MFH: 2017Q1
-rw-r--r-- | news/pan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 21a9a72200a5..5074152020ce 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -4,7 +4,7 @@ PORTNAME= pan PORTVERSION= 0.140 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 @@ -19,7 +19,6 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ USES= gmake iconv localbase pathfix pkgconfig tar:bzip2 USE_GNOME= intlhack -USE_GCC= any GNU_CONFIGURE= yes LDFLAGS+= -lgnuregex ${ICONV_LIB} |