Fix test for gnome header file.
This commit is contained in:
parent
60cf4002f1
commit
2f627fe9db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64662
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ NATIVEDIR= ${PORTNAME}-native-library-${PORTVERSION}
|
|||
CLASSESDIR= ${PORTNAME}-class-library-${PORTVERSION}
|
||||
|
||||
# Conditionally compile the gnome-dependent stuff
|
||||
.if !defined(USE_GNOMELIBS) && !exists(${X11BASE}/libart_lgpl/art_misc.h)
|
||||
.if !defined(USE_GNOMELIBS) && !exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h)
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa ${PATCHDIR}/extra-patch-ab
|
||||
pre-fetch:
|
||||
@${ECHO} ''
|
||||
|
|
Loading…
Reference in a new issue