diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-06 19:49:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-06 19:49:45 +0000 |
commit | d25dd089f145579333e0db6581d45748d7cfb67b (patch) | |
tree | e5b42fbe3b259bca52aeaeb56e3be787013cee53 /devel/gnomevfs/files | |
parent | 06e66e87b0bde0ab650a71fa4913453792026773 (diff) |
Notes
Diffstat (limited to 'devel/gnomevfs/files')
-rw-r--r-- | devel/gnomevfs/files/patch-libgnomevfs::libcharset::Makefile.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/gnomevfs/files/patch-libgnomevfs::libcharset::Makefile.in b/devel/gnomevfs/files/patch-libgnomevfs::libcharset::Makefile.in index 090241b1c989..b28eeb05fffe 100644 --- a/devel/gnomevfs/files/patch-libgnomevfs::libcharset::Makefile.in +++ b/devel/gnomevfs/files/patch-libgnomevfs::libcharset::Makefile.in @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- libgnomevfs/libcharset/Makefile.in 2002/03/17 14:28:57 1.1 -+++ libgnomevfs/libcharset/Makefile.in 2002/03/17 14:30:13 +--- libgnomevfs/libcharset/Makefile.in.orig Mon May 6 15:14:48 2002 ++++ libgnomevfs/libcharset/Makefile.in Mon May 6 15:33:22 2002 @@ -188,7 +188,7 @@ cxxflags_set = @cxxflags_set@ l = @l@ -INCLUDES = -DLIBDIR=\"$(libdir)\" -+INCLUDES = -DLIBDIR=\"$(prefix)/libdata\" ++INCLUDES = -DLIBDIR=\"%%LOCALBASE%%/libdata\" noinst_LTLIBRARIES = libcharset.la |