pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tgif make this build again on solaris by putt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/287c76032190
branches: trunk
changeset: 498452:287c76032190
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Tue Aug 23 02:33:32 2005 +0000
description:
make this build again on solaris by putting the line which overrides
XMKMF after bsd.pkg.mk. Eventually, we should probably provide a makedepend
in pkgsrc which can be used instead of the broken solaris one.
diffstat:
graphics/tgif/Makefile | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (36 lines):
diff -r 0afa4792f26e -r 287c76032190 graphics/tgif/Makefile
--- a/graphics/tgif/Makefile Tue Aug 23 02:31:44 2005 +0000
+++ b/graphics/tgif/Makefile Tue Aug 23 02:33:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2005/04/11 21:46:09 tv Exp $
+# $NetBSD: Makefile,v 1.49 2005/08/23 02:33:32 dmcmahill Exp $
#
DISTNAME= tgif-4.1.44
@@ -13,6 +13,14 @@
PTHREAD_OPTS+= require
+post-patch::
+ @${RM} -f ${WRKSRC}/Tgif.tmpl
+ @${CP} ${WRKSRC}/Tgif.tmpl-${LOWER_OPSYS} ${WRKSRC}/Tgif.tmpl
+
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
+
# avoid "xmkmf -a" on Solaris which runs makedepend because the
# openwindows makedepend program can't handle the number of
# files. We should probably have a replacement makedepend in
@@ -21,11 +29,3 @@
.if ${OPSYS} == "SunOS"
XMKMF= ${XMKMF_CMD}
.endif
-
-post-patch::
- @${RM} -f ${WRKSRC}/Tgif.tmpl
- @${CP} ${WRKSRC}/Tgif.tmpl-${LOWER_OPSYS} ${WRKSRC}/Tgif.tmpl
-
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index