diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-05 23:28:59 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-05 23:28:59 +0000 |
commit | faa5fb1654f5adbf6073037da42fc4194f42207f (patch) | |
tree | 0f8a1224f53dcfd08a05c44bb9141a9dd56d9bc0 /deskutils/ithought/files | |
parent | 187ce38235a5ebfb831f5b266d2455da713023f3 (diff) | |
download | ports-faa5fb1654f5adbf6073037da42fc4194f42207f.tar.gz ports-faa5fb1654f5adbf6073037da42fc4194f42207f.zip |
Notes
Diffstat (limited to 'deskutils/ithought/files')
-rw-r--r-- | deskutils/ithought/files/patch-ltconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/ithought/files/patch-ltconfig b/deskutils/ithought/files/patch-ltconfig new file mode 100644 index 000000000000..0c22b820614d --- /dev/null +++ b/deskutils/ithought/files/patch-ltconfig @@ -0,0 +1,11 @@ +--- ltconfig.orig 2001-02-09 05:14:09.000000000 +0000 ++++ ltconfig +@@ -1874,7 +1874,7 @@ freebsd1*) + dynamic_linker=no + ;; + +-freebsd*) ++dragonfly*|freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + case "$version_type" in |