aboutsummaryrefslogtreecommitdiff
path: root/textproc/google-ctemplate/files
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-08 07:44:54 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-08 07:44:54 +0000
commitb6ddf04960691617a1df9953e6524501a72cb724 (patch)
tree9b5ac24b59576818f1e9fbf5a108c2d661af53eb /textproc/google-ctemplate/files
parent20f3ee593d32f86ce670819057c2d8692f1b2ef2 (diff)
Notes
Diffstat (limited to 'textproc/google-ctemplate/files')
-rw-r--r--textproc/google-ctemplate/files/patch-ltmain.sh15
-rw-r--r--textproc/google-ctemplate/files/patch-src-tests-template_regtest.cc11
2 files changed, 0 insertions, 26 deletions
diff --git a/textproc/google-ctemplate/files/patch-ltmain.sh b/textproc/google-ctemplate/files/patch-ltmain.sh
deleted file mode 100644
index c48a342df6f2..000000000000
--- a/textproc/google-ctemplate/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Wed Apr 26 15:39:55 2006
-+++ ltmain.sh Wed Apr 26 15:40:11 2006
-@@ -5551,10 +5551,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false ; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/textproc/google-ctemplate/files/patch-src-tests-template_regtest.cc b/textproc/google-ctemplate/files/patch-src-tests-template_regtest.cc
deleted file mode 100644
index 2631b576d071..000000000000
--- a/textproc/google-ctemplate/files/patch-src-tests-template_regtest.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/tests/template_regtest.cc.orig Wed Apr 26 15:25:03 2006
-+++ src/tests/template_regtest.cc Wed Apr 26 15:24:10 2006
-@@ -131,7 +131,7 @@
- fclose(fp);
- }
-
--static int select_testdata(const struct dirent* d) {
-+static int select_testdata(struct dirent* d) {
- return !strncmp(d->d_name, "template_unittest_test",
- sizeof("template_unittest_test")-1);
- }