]> gitweb @ CieloNegro.org - pkgsrc-cinelerra-cv.git/blobdiff - patches/patch-bluedottheme-Makefile_am
Don't try to link .a archives into .so modules...
[pkgsrc-cinelerra-cv.git] / patches / patch-bluedottheme-Makefile_am
diff --git a/patches/patch-bluedottheme-Makefile_am b/patches/patch-bluedottheme-Makefile_am
new file mode 100644 (file)
index 0000000..aea6002
--- /dev/null
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- plugins/bluedottheme/Makefile.am.orig      2010-02-01 07:55:25.000000000 +0000
++++ plugins/bluedottheme/Makefile.am
+@@ -2,7 +2,7 @@ SUBDIRS = data
+ plugin_LTLIBRARIES = bluedottheme.la
+ bluedottheme_la_LDFLAGS = -avoid-version -module -shared 
+-bluedottheme_la_LIBADD = data/libimagedata.a
++bluedottheme_la_LIBADD = data/libimagedata.la
+ bluedottheme_la_SOURCES = bluedottheme.C 
+ AM_CXXFLAGS = $(LARGEFILE_CFLAGS)