diff options
Diffstat (limited to 'graphics/cinepaint/files/patch-cinepaint-gtk.pc.in')
-rw-r--r-- | graphics/cinepaint/files/patch-cinepaint-gtk.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/cinepaint/files/patch-cinepaint-gtk.pc.in b/graphics/cinepaint/files/patch-cinepaint-gtk.pc.in new file mode 100644 index 000000000000..b5eec4a9b930 --- /dev/null +++ b/graphics/cinepaint/files/patch-cinepaint-gtk.pc.in @@ -0,0 +1,12 @@ +--- cinepaint-gtk.pc.in.orig ++++ cinepaint-gtk.pc.in +@@ -11,6 +11,7 @@ + Name: cinepaint-gtk + Description: Cinepaint Plug-In Library Using GTK+ + Version: @MAJOR_VERSION@.@MINOR_VERSION@ +-Libs: -L${libdir} -lcinepaint @GTK_LIBS@ +-Cflags: -I${includedir} @GTK_CFLAGS@ ++Requires: gtk+-2.0 ++Libs: -L${libdir} -lcinepaint ++Cflags: -I${includedir} + |