diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-04-11 01:37:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-04-11 01:37:32 +0000 |
commit | 2c31c88e4bc58c65b2ffef54e9cdbe433f3e6c34 (patch) | |
tree | 0e1293f7357d805c7f1117ff2f2fadb1292acb60 /graphics/gimp-devel/files/patch-plug-ins::libgck::gck::Makefile.in | |
parent | Fix build problem on 5-current. (diff) |
Upgrade to 1.2.3.
Notes
Notes:
svn path=/head/; revision=57552
Diffstat (limited to 'graphics/gimp-devel/files/patch-plug-ins::libgck::gck::Makefile.in')
-rw-r--r-- | graphics/gimp-devel/files/patch-plug-ins::libgck::gck::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp-devel/files/patch-plug-ins::libgck::gck::Makefile.in b/graphics/gimp-devel/files/patch-plug-ins::libgck::gck::Makefile.in new file mode 100644 index 000000000000..6764015563eb --- /dev/null +++ b/graphics/gimp-devel/files/patch-plug-ins::libgck::gck::Makefile.in @@ -0,0 +1,11 @@ +--- plug-ins/libgck/gck/Makefile.in.orig Tue Feb 12 05:46:23 2002 ++++ plug-ins/libgck/gck/Makefile.in Wed Feb 20 14:00:02 2002 +@@ -193,7 +193,7 @@ + gckinclude_HEADERS = gck.h + + +-libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) ++libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) + + + INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir) |