diff options
author | drochner <drochner> | 2009-02-16 12:23:14 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-02-16 12:23:14 +0000 |
commit | db3c052613be17d8f6e939bdf597a9c291d45095 (patch) | |
tree | caed62b30fc5f50a2ebed1242f034c272f24a3c1 /print/ghostscript | |
parent | 32e82aa80481f2112a2546d7ba48d07ff3f072d2 (diff) | |
download | pkgsrc-db3c052613be17d8f6e939bdf597a9c291d45095.tar.gz |
fix Darwin build, from Ian McWilliam on pkgsrc-users
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/hacks.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript/hacks.mk b/print/ghostscript/hacks.mk index 91ffe356c24..15224f7f4e6 100644 --- a/print/ghostscript/hacks.mk +++ b/print/ghostscript/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.2 2008/11/13 17:36:54 chuck Exp $ +# $NetBSD: hacks.mk,v 1.3 2009/02/16 12:23:14 drochner Exp $ ### [Tue Jan 9 15:57:05 EST 2007 : tv] ### Interix has u_int64_t, but not uint64_t @@ -16,7 +16,7 @@ CPPFLAGS.Interix+= -Duint64_t=u_int64_t ### to make it work. .if ${OPSYS} == "Darwin" post-patch: - ${SED} -e 's/^#Darwin#//' ${WRKSRC}/src/unix-dll.mak > \ - ${WRKSRC}/src/unix-darwin.mak - ${MV} ${WRKSRC}/src/unix-darwin.mak ${WRKSRC}/src/unix-dll.mak + ${SED} -e 's/^#Darwin#//' ${WRKSRC}/base/unix-dll.mak > \ + ${WRKSRC}/base/unix-darwin.mak + ${MV} ${WRKSRC}/base/unix-darwin.mak ${WRKSRC}/base/unix-dll.mak .endif |