- Fix build on 6.x

This commit is contained in:
Alexander Logvinov 2009-10-17 04:02:33 +00:00
parent b590b61f09
commit becf17b933
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242948

View File

@ -23,8 +23,8 @@ USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack gvfs
INSTALLS_ICONS= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
CONFIGURE_ENV= CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}"