diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-29 15:53:05 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-29 15:53:05 +0000 |
commit | 8c30d106664c063cc068ccdcd002e3137a678c97 (patch) | |
tree | 6c0d7eca530fae9fb101612393b8f90e31f05687 /graphics/osg/files/patch-Make::makedirdefs | |
parent | Update to 3.5.7 (diff) |
a) Update to 0.9.4.2
b) take over maintainer ship to
Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
(from ports@)
PR: 54793
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Notes
Notes:
svn path=/head/; revision=85864
Diffstat (limited to 'graphics/osg/files/patch-Make::makedirdefs')
-rw-r--r-- | graphics/osg/files/patch-Make::makedirdefs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/osg/files/patch-Make::makedirdefs b/graphics/osg/files/patch-Make::makedirdefs new file mode 100644 index 000000000000..9ae35e729f60 --- /dev/null +++ b/graphics/osg/files/patch-Make::makedirdefs @@ -0,0 +1,14 @@ +--- Make/makedirdefs.orig Tue Jul 22 21:12:55 2003 ++++ Make/makedirdefs Tue Jul 22 21:13:50 2003 +@@ -58,9 +58,11 @@ + ifneq ($(OS),Darwin) + ifneq ($(OS),SunOS) + ifneq ($(OS),IRIX) ++ifneq ($(OS),FreeBSD) + + PLUGIN_DIRS += geo + ++endif + endif + endif + endif |