1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Fix CFLAGS handling

PR:		128368
Submitted by:	myself
Approved by:	maintainer timeout
This commit is contained in:
Dmitry Marakasov 2008-11-10 00:12:53 +00:00
parent bb3f481af5
commit ca957bb105
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222664

View File

@ -20,8 +20,9 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_GETTEXT= yes
CONFIGURE_ENV+= CFLAGS="${PTHREAD_LIBS} -I${LOCALBASE}/include -I${WRKSRC}" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lintl"
CFLAGS+= -I${LOCALBASE}/include -I${WRKSRC}
PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.sample etc/rc.d/${PORTNAME}
MAN1= ${PORTNAME}.1