mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Enable AfterImage's support by default.
This commit is contained in:
parent
ebd7766a73
commit
a89bbaf869
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196992
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= rxvt-unicode
|
||||
PORTVERSION= 8.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . Attic
|
||||
@ -24,6 +25,7 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
|
||||
CONFIGURE_ARGS= --enable-shared --enable-everything --with-term=rxvt \
|
||||
--x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
@ -131,12 +133,12 @@ PLIST_SUB+= TERMINFO=""
|
||||
.endif
|
||||
|
||||
# enable integration with libAfterImage for background images
|
||||
#.if defined(WITHOUT_AFTERIMAGE)
|
||||
.if defined(WITHOUT_AFTERIMAGE)
|
||||
CONFIGURE_ARGS+= --disable-afterimage # To be upgraded
|
||||
#.else
|
||||
#LIB_DEPENDS+= AfterImage.0:${PORTSDIR}/graphics/libafterimage
|
||||
#CONFIGURE_ARGS+= --enable-afterimage
|
||||
#.endif
|
||||
.else
|
||||
LIB_DEPENDS+= AfterImage.0:${PORTSDIR}/graphics/libafterimage
|
||||
CONFIGURE_ARGS+= --enable-afterimage
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV+= LIBS="-lutil"
|
||||
|
||||
@ -185,7 +187,7 @@ pre-everything::
|
||||
@${ECHO_MSG} "WITHOUT_SMART_RESIZE disable smart growth/shrink behaviour"
|
||||
@${ECHO_MSG} "WITHOUT_IMLOCALE_FIX disable imlocale encoding conversion fix"
|
||||
@${ECHO_MSG} "WITHOUT_TERMINFO don't register urxvt in the terminfo database"
|
||||
#@${ECHO_MSG} "WITHOUT_AFTERIMAGE disable integration with libAfterImage for background images"
|
||||
@${ECHO_MSG} "WITHOUT_AFTERIMAGE disable integration with libAfterImage for background images"
|
||||
@${ECHO_MSG}
|
||||
.ifndef(WITH_ENCODING)
|
||||
@${ECHO_MSG} "==> You can compile in support for additional codeset groups by setting the WITH_ENCODING variable"
|
||||
|
Loading…
Reference in New Issue
Block a user