summaryrefslogtreecommitdiffstats
path: root/graphics/libpano12/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libpano12/files/patch-configure.ac')
-rw-r--r--graphics/libpano12/files/patch-configure.ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/libpano12/files/patch-configure.ac b/graphics/libpano12/files/patch-configure.ac
deleted file mode 100644
index 723bdcd56..000000000
--- a/graphics/libpano12/files/patch-configure.ac
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.ac.orig Fri Jun 16 13:30:54 2006
-+++ configure.ac Wed Jan 17 10:40:32 2007
-@@ -45,6 +45,11 @@
- ;;
- esac
- ;;
-+ *freebsd*)
-+ PANO_WIN32_RESOURCE=
-+ HSYS=freebsd
-+ HCPU="${target_cpu}"
-+ ;;
- *darwin*)
- PANO_WIN32_RESOURCE=
- HSYS=darwin
-@@ -73,6 +78,7 @@
-
- AM_CONDITIONAL(HAVE_DARWIN, test "${HSYS}" = "darwin")
- AM_CONDITIONAL(HAVE_LINUX, test "${HSYS}" = "linux")
-+AM_CONDITIONAL(HAVE_FREEBSD, test "${HSYS}" = "freebsd")
- AM_CONDITIONAL(HAVE_MAC, test "${HSYS}" = "classic")
- AM_CONDITIONAL(HAVE_MINGW, test "${HSYS}" = "mingw32")
- AM_CONDITIONAL(HAVE_CYGWIN, test "${HSYS}" = "cygwin")