diff options
author | chuck <chuck@pkgsrc.org> | 2010-12-15 19:08:21 +0000 |
---|---|---|
committer | chuck <chuck@pkgsrc.org> | 2010-12-15 19:08:21 +0000 |
commit | 5b1f30e57f7f6b2f3776d40dc723b8330792181c (patch) | |
tree | 166dda35774f6806efc5d6b1a4cb5b9bc754cf4c /graphics/magicpoint | |
parent | c768eaf0ad4d070da28607f10e68742ce0c4219e (diff) | |
download | pkgsrc-5b1f30e57f7f6b2f3776d40dc723b8330792181c.tar.gz |
get rid of un-needed cppflags in optflags, as it causes the compile to
fail on macosx (complains about -isystem).
Diffstat (limited to 'graphics/magicpoint')
-rw-r--r-- | graphics/magicpoint/Makefile | 3 | ||||
-rw-r--r-- | graphics/magicpoint/distinfo | 4 | ||||
-rw-r--r-- | graphics/magicpoint/patches/patch-ac | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index e31b81f436c..e50fdebd772 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2010/06/13 22:44:38 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2010/12/15 19:08:21 chuck Exp $ DISTNAME= magicpoint-1.13a PKGREVISION= 3 @@ -79,3 +79,4 @@ post-install: .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../mk/bsd.pkg.mk" +# DO NOT DELETE diff --git a/graphics/magicpoint/distinfo b/graphics/magicpoint/distinfo index 6e53eb97b06..ade669e11fa 100644 --- a/graphics/magicpoint/distinfo +++ b/graphics/magicpoint/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.16 2008/09/10 13:32:47 taca Exp $ +$NetBSD: distinfo,v 1.17 2010/12/15 19:08:21 chuck Exp $ SHA1 (magicpoint-1.13a.tar.gz) = 2bc662ad0a482d42578766258a143b06a4718ae3 RMD160 (magicpoint-1.13a.tar.gz) = 067d7dee3b90ec354975d9ad4ea0c0df48cca191 Size (magicpoint-1.13a.tar.gz) = 890670 bytes SHA1 (patch-aa) = 7270255c2002c66d10ab911ed22ce67067183e17 SHA1 (patch-ab) = eb6558d6981e5d5f41f55dddc1b3debc9ca27d36 -SHA1 (patch-ac) = 9442e1893475ff53180f7facce0f31bf2e412759 +SHA1 (patch-ac) = b886607033a89e3ab46c41a2a5a8368b473682f4 SHA1 (patch-ad) = 33c8fa61cb03cb53ad8783d2d79fa457cb21d235 SHA1 (patch-ae) = ca59b94955f2de6f19ea1e2210ede7eaeba50a95 SHA1 (patch-af) = 615e845dfbeba9b35c5a138841962631dac3b4bb diff --git a/graphics/magicpoint/patches/patch-ac b/graphics/magicpoint/patches/patch-ac index 03d3fc8dfb9..386fce43bce 100644 --- a/graphics/magicpoint/patches/patch-ac +++ b/graphics/magicpoint/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.3 2008/09/10 13:32:47 taca Exp $ +$NetBSD: patch-ac,v 1.4 2010/12/15 19:08:22 chuck Exp $ --- Imakefile.in.orig 2007-12-03 18:08:40.000000000 +0900 +++ Imakefile.in @@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.3 2008/09/10 13:32:47 taca Exp $ OPTFLAGS= @OPTFLAGS@ ${CPPFLAGS} DEFS= @DEFS@ -DMGPLIBDIR=\"$(LIBDIR)/mgp\" #DEFS+= -DGLYPHEDGE -+DEPENDFLAGS= $(DEFS) $(OPTFLAGS) ++DEPENDFLAGS= $(DEFS) @OPTFLAGS@ -SYS_LIBRARIES= -L$(srcdir)/image -lmgpimage @LIBS@ +SYS_LIBRARIES= -L$(srcdir)/image -lmgpimage @LDFLAGS@ @LIBS@ |