diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-08 13:04:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-08 13:04:51 +0000 |
commit | ec5ba85483a871141143b43d035a843f6c20fd42 (patch) | |
tree | 09be29def962aa76bdd11715941f9b6d05faadd2 /biology/lamarc/files/patch-configure | |
parent | Upgrade graphics/libpano12 from 2.8.4 to 2.8.6 (diff) |
- Update to 2.1
PR: 116017
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=201095
Diffstat (limited to 'biology/lamarc/files/patch-configure')
-rw-r--r-- | biology/lamarc/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/lamarc/files/patch-configure b/biology/lamarc/files/patch-configure new file mode 100644 index 000000000000..54c5317ec075 --- /dev/null +++ b/biology/lamarc/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed May 2 05:59:05 2007 ++++ configure Thu Aug 30 18:26:42 2007 +@@ -1494,7 +1494,7 @@ + OSTYPE=MACOSX + GUI_PKG=mac + ;; +- linux*) ++ freebsd*|linux*) + OSTYPE=LINUX + GUI_PKG=gtk2 + ;; |