mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
unbreak
PR: 36295 Submitted by: Ports Fury
This commit is contained in:
parent
d0ac31aeff
commit
12a5805c9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56628
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ USE_X_PREFIX= yes
|
||||||
USE_GNOME= yes
|
USE_GNOME= yes
|
||||||
USE_FREETYPE= yes
|
USE_FREETYPE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1/freetype \
|
||||||
-I${LOCALBASE}/include" \
|
-I${LOCALBASE}/include" \
|
||||||
SPOOLER="/usr/bin/lpr" \
|
SPOOLER="/usr/bin/lpr" \
|
||||||
LIBS="-L${LOCALBASE}/lib"
|
LIBS="-L${LOCALBASE}/lib"
|
||||||
|
@ -36,7 +36,7 @@ post-patch:
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
@${PERL} -pi -e 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
|
@${PERL} -pi -e 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
|
||||||
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g ; \
|
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g ; \
|
||||||
s|/usr/include/freetype|${LOCALBASE}/include/freetype|g' \
|
s|-I/usr/include/freetype||g' \
|
||||||
${WRKSRC}/Makefile.in
|
${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue