1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Fix build after wxGtk changes

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2005-05-27 18:57:36 +00:00
parent 62df242d49
commit a50f12b695
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136289

View File

@ -24,7 +24,7 @@ USE_GNOME= gnometarget
GNU_CONFIGURE= yes
CPPFLAGS+= "-I${LOCALBASE}/include"
LDFLAGS+= "-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-optimization
CONFIGURE_ARGS= --enable-optimization --with-wx-config=wxgtk2-2.4-config
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_GMAKE= yes