diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-03-23 08:35:20 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-03-23 08:35:20 +0000 |
commit | 56f119258e7c032baa68d1d7c0151e64ed34bc30 (patch) | |
tree | b8278f5e2542eeda3054543ead2f778429012f9c /textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk | |
parent | - Update ports textproc/openvanilla-framework, textproc/scim-openvanilla, and (diff) |
- I forgot to cvs add two files
PR: 93364
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk b/textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk new file mode 100644 index 000000000000..aa430813df8c --- /dev/null +++ b/textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk @@ -0,0 +1,11 @@ +--- Modules/Mk/ov.module.mk.orig Tue Feb 14 00:18:29 2006 ++++ Modules/Mk/ov.module.mk Tue Feb 14 13:55:40 2006 +@@ -178,7 +178,7 @@ + + GCC=/usr/bin/gcc + GPP=/usr/bin/g++ +-LIBTOOL=$(shell ../Mk/find-libtool.pl) ++# LIBTOOL=$(shell ../Mk/find-libtool.pl) + + + ifeq ("$(OS_COMPILE)", "Darwin") |