diff options
author | kefren <kefren@pkgsrc.org> | 2010-04-22 07:39:54 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2010-04-22 07:39:54 +0000 |
commit | 9575d2b9b1915cd177c6fa75b3dbc09b2132d2f1 (patch) | |
tree | cc157d6bb010c993015ae44674b0bb97ce7e53c0 /graphics/f-spot | |
parent | 521fd24363ad101b972245752f8d4d0027af734f (diff) | |
download | pkgsrc-9575d2b9b1915cd177c6fa75b3dbc09b2132d2f1.tar.gz |
Fix libX11 runtime reference
Diffstat (limited to 'graphics/f-spot')
-rw-r--r-- | graphics/f-spot/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index 9efcb828658..67e074d6f90 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2010/02/16 12:16:23 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2010/04/22 07:39:54 kefren Exp $ # DISTNAME= f-spot-0.6.1.5 @@ -32,6 +32,13 @@ REPLACE_BASH+= icon-theme-installer REPLACE_BASH+= src/f-spot.in REPLACE_BASH+= tools/f-spot-import +SUBST_CLASSES+= fix-x11 +SUBST_STAGE.fix-x11= post-patch +SUBST_MESSAGE.fix-x11= Fixing libX11 references +SUBST_FILES.fix-x11= src/FSpot.Utils.dll.config +SUBST_FILES.fix-x11+= src/f-spot.exe.config.in +SUBST_SED.fix-x11= -e 's,libX11.so.6,${X11BASE}/lib/libX11.so,' + .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" |