mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
Chris writes (in the PR mentioned below): I need to use Synfig. It appears to be in the wrong category (devel), should be graphics. As it is an image manipulation application. I also see it's WAY out of date. This pr changes devel/synfig to graphics/synfig. As I also seek to update this port and graphics/synfigstudio; takes MAINTAINER. apply the patch, massaging it to maintain INDEX &c. Hands off maintainership (from ports@). PR: 257030 Reported by: Chris Hutchinson
21 lines
596 B
Text
21 lines
596 B
Text
--- configure.ac.orig 2018-09-14 06:35:52 UTC
|
|
+++ configure.ac
|
|
@@ -47,7 +47,6 @@ AC_C_BIGENDIAN
|
|
|
|
# -- A R G U M E N T S ----------------------------------------
|
|
|
|
-AC_ARG_OPTIMIZATION
|
|
AC_ARG_DEBUG
|
|
AC_ARG_WARNINGS
|
|
AC_ARG_PROFILING
|
|
@@ -346,10 +345,6 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKA
|
|
|
|
localedir="$datadir/locale"
|
|
AC_SUBST(localedir)
|
|
-
|
|
-AM_GNU_GETTEXT([external])
|
|
-# This is here so autoreconf will run autopoint
|
|
-AM_GNU_GETTEXT_VERSION([0.15])
|
|
|
|
PKG_CHECK_MODULES(ETL, [ETL >= 1.2.2],,[
|
|
AC_MSG_ERROR([ ** You need to install the ETL (version 1.2.2 or greater).])
|