summaryrefslogtreecommitdiff
path: root/graphics/kphotools/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-03-16 20:03:57 +0000
committerrillig <rillig>2005-03-16 20:03:57 +0000
commit699dd9bf37657aa01b84c7e1ea76f33561794fad (patch)
treeeff075328ee152d7d78819da993550339c627ebd /graphics/kphotools/Makefile
parent906cde52ae9bdf8017d5723b595dfbe842c960a3 (diff)
downloadpkgsrc-699dd9bf37657aa01b84c7e1ea76f33561794fad.tar.gz
Added workaround for missing std::vector.at() in libc++-2. Approved by wiz.
Diffstat (limited to 'graphics/kphotools/Makefile')
-rw-r--r--graphics/kphotools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/kphotools/Makefile b/graphics/kphotools/Makefile
index bc9526b4b51..ae68247ea0e 100644
--- a/graphics/kphotools/Makefile
+++ b/graphics/kphotools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/10/15 12:22:13 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/03/16 20:03:57 rillig Exp $
#
DISTNAME= kphotools-0.2.1
@@ -23,6 +23,9 @@ SUBST_FILES.kphotools= src/GalleryThrd.cpp src/LogoWid.cpp src/LogoWid.ui src/St
SUBST_SED.kphotools= -e 's|@kphotoolsdir@|${KDEDIR}/share/kde/apps/kphotools|'
SUBST_STAGE.kphotools= post-patch
+post-configure:
+ ${_PKG_DEBUG}${_PKG_SILENT}${LN} -s ${FILESDIR}/pkgsrc_fixes.h ${BUILDLINK_DIR}/include/
+
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"