diff --git a/cad/libgeda/files/patch-libgeda.pc.in b/cad/libgeda/files/patch-libgeda.pc.in new file mode 100644 index 000000000000..4432b90db330 --- /dev/null +++ b/cad/libgeda/files/patch-libgeda.pc.in @@ -0,0 +1,9 @@ +--- libgeda.pc.in.orig Wed Jun 28 02:38:37 2006 ++++ libgeda.pc.in Wed Jun 28 02:38:47 2006 +@@ -7,5 +7,5 @@ + Description: gEDA/gaf's core library + Requires: + Version: @VERSION@ +-Libs: -L${libdir} -lgeda @LIBGEDA_LDFLAGS@ ++Libs: -L${libdir} @LIBGEDA_LDFLAGS@ -lgeda + Cflags: -I${includedir} @LIBGEDA_CFLAGS@