$OpenBSD: patch-Makefile_in,v 1.1 2013/01/02 18:56:43 landry Exp $
http://git.xfce.org/apps/xfce4-screenshooter/commit/?id=08053be7adc6d4a83191efed735c3f565bcbcf1f
--- Makefile.in.orig	Wed Jan  2 19:05:22 2013
+++ Makefile.in	Wed Jan  2 19:06:56 2013
@@ -549,13 +549,20 @@ panel_plugin_libscreenshooterplugin_la_CFLAGS = \
 	@SOUP_CFLAGS@
 
 panel_plugin_libscreenshooterplugin_la_LDFLAGS = \
+	-avoid-version \
+	-module \
+	-no-undefined \
+	-export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
+	$(PLATFORM_LDFLAGS)
+
+panel_plugin_libscreenshooterplugin_la_LIBADD = \
 	@EXO_LIBS@ \
 	@LIBXFCE4PANEL_LIBS@ \
 	@GTHREAD_LIBS@ \
 	@SOUP_LIBS@ \
-	@LIBXFCE4UI_LIBS@
+	@LIBXFCE4UI_LIBS@ \
+	lib/libscreenshooter.la
 
-panel_plugin_libscreenshooterplugin_la_LIBADD = lib/libscreenshooter.la
 panel_plugin_libscreenshooterplugin_la_SOURCES = \
 	panel-plugin/screenshooter-plugin.c
 
