diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /deskutils/ithought/files/patch-src__Makefile.in | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'deskutils/ithought/files/patch-src__Makefile.in')
-rw-r--r-- | deskutils/ithought/files/patch-src__Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/ithought/files/patch-src__Makefile.in b/deskutils/ithought/files/patch-src__Makefile.in new file mode 100644 index 000000000000..f726bc796a59 --- /dev/null +++ b/deskutils/ithought/files/patch-src__Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Tue Mar 26 12:27:14 2002 ++++ src/Makefile.in Tue Mar 26 12:28:03 2002 +@@ -87,7 +87,7 @@ + + ithought_LDADD = $(GTK_LIBS) $(XML2_LIBS) + +-INCLUDES = $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(prefix)/share\" ++INCLUDES = $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(datadir)\" + + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = |