diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2006-06-29 12:27:12 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2006-06-29 12:27:12 +0000 |
commit | 1116aaeb5a100db9600b28b3986601f1a48ba96a (patch) | |
tree | 6943bcf57baf6a4be0baefa71b37e1bf494f3b57 /cad/libgeda | |
parent | 84c0b976377ee1db2d064303003d30f287f16f8f (diff) |
Notes
Diffstat (limited to 'cad/libgeda')
-rw-r--r-- | cad/libgeda/files/patch-libgeda.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
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@ |