pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript fix Darwin build, from Ian McWilliam...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f4efb50961e
branches:  trunk
changeset: 554567:2f4efb50961e
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Feb 16 12:23:14 2009 +0000

description:
fix Darwin build, from Ian McWilliam on pkgsrc-users

diffstat:

 print/ghostscript/hacks.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r f9ad9a4722b2 -r 2f4efb50961e print/ghostscript/hacks.mk
--- a/print/ghostscript/hacks.mk        Mon Feb 16 12:04:01 2009 +0000
+++ b/print/ghostscript/hacks.mk        Mon Feb 16 12:23:14 2009 +0000
@@ -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 @@
 ### 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



Home | Main Index | Thread Index | Old Index