diff options
Diffstat (limited to 'devel/anjuta/files/patch-plugins::sample1::Makefile.in')
-rw-r--r-- | devel/anjuta/files/patch-plugins::sample1::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/anjuta/files/patch-plugins::sample1::Makefile.in b/devel/anjuta/files/patch-plugins::sample1::Makefile.in new file mode 100644 index 000000000000..cd5e5ad60b2b --- /dev/null +++ b/devel/anjuta/files/patch-plugins::sample1::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- plugins/sample1/Makefile.in 2002/02/19 08:11:57 1.1 ++++ plugins/sample1/Makefile.in 2002/02/19 08:12:31 +@@ -193,7 +193,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ +-libanjuta_sample1_la_LDFLAGS = ++libanjuta_sample1_la_LDFLAGS = -module -avoid-version + libanjuta_sample1_la_LIBADD = + libanjuta_sample1_la_OBJECTS = plugin-sample1.lo + CFLAGS = @CFLAGS@ |