diff options
author | drochner <drochner> | 2009-04-08 16:56:53 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-04-08 16:56:53 +0000 |
commit | e53e1f6ba85c761c60a5a6cf4bbd06b4bb937aec (patch) | |
tree | 03a1ec90edd3d5682c29c50659a30ec3b0e240a2 /print/scribus/patches | |
parent | 7c74139b1c595e55d007b41486e07c224acdd2d1 (diff) | |
download | pkgsrc-e53e1f6ba85c761c60a5a6cf4bbd06b4bb937aec.tar.gz |
something broke plugin loading. fix it. bump PKGREVISION
being here, register with desktopdb
Diffstat (limited to 'print/scribus/patches')
-rw-r--r-- | print/scribus/patches/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/scribus/patches/patch-ah b/print/scribus/patches/patch-ah new file mode 100644 index 00000000000..30471bb9eb7 --- /dev/null +++ b/print/scribus/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.3 2009/04/08 16:56:53 drochner Exp $ + +--- scribus/Makefile.in.orig 2008-06-20 23:45:55.000000000 +0200 ++++ scribus/Makefile.in +@@ -235,7 +235,7 @@ scribus_DEPENDENCIES = $(am__DEPENDENCIE + #>+ 3 + scribus_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \ +- $(scribus_LDFLAGS) $(LDFLAGS) -o $@ ++ $(scribus_LDFLAGS) $(LDFLAGS) -o $@ -export-dynamic + DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/admin/depcomp + am__depfiles_maybe = depfiles |