Link against PTHREAD_LIBS so that the file selection dialog works correctly
when libgnomeui is installed.
This commit is contained in:
parent
5e7a889459
commit
9dfaed21c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107740
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= zenity
|
||||
PORTVERSION= 2.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
|
||||
@ -25,8 +26,8 @@ USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
MAN1= zenity.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user