diff options
author | marino <marino@FreeBSD.org> | 2016-12-18 12:34:33 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-12-18 12:34:33 +0800 |
commit | 026228d2245081f3e5100791c02b559aed6161fb (patch) | |
tree | 476ef056c3cdf49c07fce1bda0b13e1f50ab2777 /biology | |
parent | ddd724b6ee21e60b6661b4f102e2cb6db95a0a35 (diff) | |
download | freebsd-ports-gnome-026228d2245081f3e5100791c02b559aed6161fb.tar.gz freebsd-ports-gnome-026228d2245081f3e5100791c02b559aed6161fb.tar.zst freebsd-ports-gnome-026228d2245081f3e5100791c02b559aed6161fb.zip |
biology/lamarc: Fix build on DF (taken from dports)
Diffstat (limited to 'biology')
-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..bf068c19137e --- /dev/null +++ b/biology/lamarc/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2012-05-24 23:43:17 UTC ++++ configure +@@ -2612,7 +2612,7 @@ case "$target_os" in + LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX + fi + ;; +- freebsd*|linux*) ++ dragonfly*|freebsd*|linux*) + if test "X${lamCONV}" = "Xyes" ; then + if test "X${lamGUI}" = "Xyes" ; then + if test "X${GUI_TOOLKIT}" = "X" ; then |