summaryrefslogtreecommitdiff
path: root/devel/florist-gpl/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'devel/florist-gpl/files/patch-configure')
-rw-r--r--devel/florist-gpl/files/patch-configure21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/florist-gpl/files/patch-configure b/devel/florist-gpl/files/patch-configure
deleted file mode 100644
index c7f1f2c545d6..000000000000
--- a/devel/florist-gpl/files/patch-configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.orig 2014-12-12 09:05:56 UTC
-+++ configure
-@@ -2849,10 +2849,18 @@ case ${UNAME_SYSTEM} in
- echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
- cp ./configs/pconfig.LynxOS ./pconfig.h.in;
- ;;
-+ DragonFly)
-+ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
-+ cp ./configs/pconfig.DragonFly ./pconfig.h.in;
-+ ;;
- FreeBSD)
- echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
- cp ./configs/pconfig.FreeBSD ./pconfig.h.in;
- ;;
-+ NetBSD)
-+ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
-+ cp ./configs/pconfig.NetBSD ./pconfig.h.in;
-+ ;;
- Darwin)
- echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
- cp ./configs/pconfig.Darwin ./pconfig.h.in;