diff options
author | adam <adam@pkgsrc.org> | 2005-04-05 10:14:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-04-05 10:14:50 +0000 |
commit | 29878cf6294d7df4e0d8de93129c8d2527181fe4 (patch) | |
tree | 6c2df86849f99d6a2a8b82179d9cf388bb9227d3 /x11 | |
parent | 60858cfed0451d7f278a565c206fa594c8ec80a9 (diff) | |
download | pkgsrc-29878cf6294d7df4e0d8de93129c8d2527181fe4.tar.gz |
Bring back DARWIN_USE_QUARTZ; fix PR#29886
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-imake/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xorg-imake/Makefile b/x11/xorg-imake/Makefile index cd24cf7703b..11c567b49b7 100644 --- a/x11/xorg-imake/Makefile +++ b/x11/xorg-imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/03/29 23:32:12 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2005/04/05 10:14:50 adam Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-imake-${XORG_VER} @@ -51,6 +51,7 @@ pre-configure: -e "s|@@PKGSRC_CPP@@|${CPP}|g" \ -e "s|@@PKGSRC_CXX@@|${CXX}|g" \ -e "s|@@PKGSRC_CFLAGS@@|${CFLAGS}|g" \ + -e "s|@@DARWIN_USE_QUARTZ@@|${DARWIN_USE_QUARTZ}|g" \ ${WRKSRC}/config/cf/${F}.cf.in > ${WRKSRC}/config/cf/${F}.cf .endfor .undef F |