diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-08 21:04:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-08 21:04:51 +0800 |
commit | 6735ed8374cae5925f832f5c07e2f0149678e55c (patch) | |
tree | 0ec9145a1ef69785352cd6ef3a5f367ff8847c6b /biology/lamarc/files/patch-configure | |
parent | cec52b57e7adc56de16ea8c615ce49e090c362fd (diff) | |
download | freebsd-ports-gnome-6735ed8374cae5925f832f5c07e2f0149678e55c.tar.gz freebsd-ports-gnome-6735ed8374cae5925f832f5c07e2f0149678e55c.tar.zst freebsd-ports-gnome-6735ed8374cae5925f832f5c07e2f0149678e55c.zip |
- Update to 2.1
PR: 116017
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
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 + ;; |