-Fix the build with gedit 2.10.
-Change libtool from 1.3 to 1.5 and remove the lthack. Reported by: pointyhat via krion
This commit is contained in:
parent
72faf73ddc
commit
96b7acb2cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131489
1 changed files with 3 additions and 3 deletions
|
@ -21,15 +21,15 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
|||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_INC_LIBTOOL_VER=13
|
||||
USE_LIBTOOL_VER=15
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gnometarget lthack
|
||||
USE_GNOME= gnomehack gnomeprefix gnometarget
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|gedit-2.4|gedit-2.8|g" \
|
||||
@${REINPLACE_CMD} -e "s|gedit-2.4|gedit-2.10|g" \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue