news/pan: remove manual linking with -lgnuregex
This looks like a hack needed for a patch from 2001 (which is long
gone) to work. Today it breaks the build because it lacks corresponding
dependency, so remove it.
Approved by: portmgr blanket
(cherry picked from commit 9347f261c2
)
This commit is contained in:
parent
e211b04615
commit
83210b7d92
@ -24,7 +24,7 @@ USES= compiler:c++11-lang desktop-file-utils gettext-tools:build \
|
||||
gmake gnome iconv localbase pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= cairo gdkpixbuf2 intlhack
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -lgnuregex ${ICONV_LIB}
|
||||
LDFLAGS+= ${ICONV_LIB}
|
||||
INSTALLS_ICONS= yes
|
||||
OPTIONS_DEFINE= GTKSPELL GNUTLS NLS
|
||||
OPTIONS_DEFAULT= GTKSPELL GNUTLS GTK2
|
||||
|
Loading…
Reference in New Issue
Block a user