mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build on FreeBSD 10
This commit is contained in:
parent
cd186c095c
commit
6561003cfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284625
5 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,7 @@ USE_LDCONFIG= yes
|
|||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_GNOME= gnomehack atk
|
||||
WITH_FBSD10_FIX=yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
|
@ -27,6 +27,7 @@ USE_BISON= build
|
|||
USE_GETTEXT= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
WITH_FBSD10_FIX=yes
|
||||
USE_PERL5= yes
|
||||
USE_GNOME= gnomehack intlhack libxml2 orbit2 referencehack
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
||||
|
|
|
@ -25,6 +25,7 @@ USE_GMAKE= yes
|
|||
USE_GNOME= gnomehack orbit2
|
||||
USE_PYTHON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
WITH_FBSD10_FIX=yes
|
||||
ORBIT_CONFIG= ${LOCALBASE}/bin/orbit2-config
|
||||
LDFLAGS+= ${PTHREAD_LIBS}
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ USE_PYTHON= 2.6-2.7
|
|||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
GNU_CONFIGURE= yes
|
||||
WITH_FBSD10_FIX=yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
WITH_FBSD10_FIX=yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= gnomehack pango
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
Loading…
Add table
Reference in a new issue