summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-02-16 12:23:14 +0000
committerdrochner <drochner@pkgsrc.org>2009-02-16 12:23:14 +0000
commit7e5ef50c23275c27230f65df9c0b779c40e7f41f (patch)
treecaed62b30fc5f50a2ebed1242f034c272f24a3c1 /print
parent648d192360d889510a734fe3d47968ab2b520aa6 (diff)
downloadpkgsrc-7e5ef50c23275c27230f65df9c0b779c40e7f41f.tar.gz
fix Darwin build, from Ian McWilliam on pkgsrc-users
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript/hacks.mk8
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