diff options
Diffstat (limited to 'graphics/cinepaint/files/patch-plug-ins__psd__Makefile.am')
-rw-r--r-- | graphics/cinepaint/files/patch-plug-ins__psd__Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/cinepaint/files/patch-plug-ins__psd__Makefile.am b/graphics/cinepaint/files/patch-plug-ins__psd__Makefile.am new file mode 100644 index 000000000000..b1fc140d4f87 --- /dev/null +++ b/graphics/cinepaint/files/patch-plug-ins__psd__Makefile.am @@ -0,0 +1,11 @@ +--- plug-ins/psd/Makefile.am.orig ++++ plug-ins/psd/Makefile.am +@@ -15,7 +15,7 @@ + LDADD = \ + $(top_builddir)/lib/libcinepaint.la \ + $(X_LIBS) \ +- -lc ++ -lm + + DEPS = \ + $(top_builddir)/lib/libcinepaint.la |