pkgsrc/devel/florist/patches/patch-configure
marino 562ef1a8c6 devel/florist: Upgrade from version 3.15p to GPL 2012
From its beginning, Florist required a gcc 3.x series Ada compiler to build,
and this compiler hasn't been building for most platforms for quite some
time.  With the recent import of lang/gcc-aux which accepts
USE_LANGUAGES+= ada, it's possible to build Florist again.

1) Update to Adacore-maintained version, GPL 2012
2) Update the license (GPLv3)

The time elapsed between versions is approximately 12 years, but no
Changelog exists to show what has been updated.
2012-07-09 05:52:14 +00:00

23 lines
857 B
Text

$NetBSD: patch-configure,v 1.1 2012/07/09 05:52:14 marino Exp $
--- configure.orig 2009-02-17 19:18:05.000000000 +0000
+++ configure
@@ -2278,10 +2278,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;