mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Remove previous hack and offending variable definitions; this should fix
the package build on cluster. Feature safe: yes
This commit is contained in:
parent
e4a22490fd
commit
4fde67cd41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241665
@ -26,7 +26,6 @@ USE_ICONV= yes
|
||||
USE_XORG= x11 xextproto xt xext xft
|
||||
|
||||
MAKE_ARGS= PREFIX="${PREFIX}" INCLUDE="${LOCALBASE}/include" \
|
||||
INCX11="-I${LOCALBASE}/include" LIBX11="-L${LOCALBASE}/lib" \
|
||||
CC="${CC} -c" LD="${CC}" LIBIXP="-lixp" STATIC="" \
|
||||
LIBICONV="-liconv" MAN="${MANPREFIX}/man" \
|
||||
VERS="3.6.${SNAPDATE}"
|
||||
@ -40,9 +39,6 @@ post-patch: .SILENT
|
||||
${WRKSRC}/config.mk
|
||||
# Mute "hg: not found" messages
|
||||
${REINPLACE_CMD} -e '/^VERS =/d' ${WRKSRC}/mk/wmii.mk
|
||||
# Allow it to find freetype2 headers
|
||||
${ECHO_CMD} CFLAGS+= \$$$$\(pkg-config --cflags freetype2\) \
|
||||
>> ${WRKSRC}/cmd/Makefile
|
||||
# Make actual compile/link commands appear in the build log; do not try to
|
||||
# regenerate manpages
|
||||
${REINPLACE_CMD} -E -e 's|^COMPILE=|& noisycc=yes | ; \
|
||||
|
Loading…
Reference in New Issue
Block a user