diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-19 08:37:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-19 08:37:46 +0000 |
commit | ede6e408c4a1146efb9173a2e2d2e37b23941a31 (patch) | |
tree | ec5825b0734550b5dee82ad9bda683fc48b37652 /devel/anjuta-devel/files/patch-plugins::class-gen::Makefile.in | |
parent | This is a port of the client odbc support from the postgresql-7.2 (diff) |
Update to 0.1.9.
PR: 34983
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=54896
Diffstat (limited to 'devel/anjuta-devel/files/patch-plugins::class-gen::Makefile.in')
-rw-r--r-- | devel/anjuta-devel/files/patch-plugins::class-gen::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/anjuta-devel/files/patch-plugins::class-gen::Makefile.in b/devel/anjuta-devel/files/patch-plugins::class-gen::Makefile.in new file mode 100644 index 000000000000..feb611acefd3 --- /dev/null +++ b/devel/anjuta-devel/files/patch-plugins::class-gen::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- plugins/class-gen/Makefile.in 2002/02/19 08:11:57 1.1 ++++ plugins/class-gen/Makefile.in 2002/02/19 08:12:25 +@@ -192,7 +192,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ +-libanjuta_clsGen_la_LDFLAGS = ++libanjuta_clsGen_la_LDFLAGS = -module -avoid-version + libanjuta_clsGen_la_LIBADD = + libanjuta_clsGen_la_OBJECTS = clsGen.lo + CFLAGS = @CFLAGS@ |