mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
Use USES=pathfix and add pkgconfig. Convert to OptionsNG. Add patch to fix the build with glib 2.36.x Obtained by: GNOME stage repo
11 lines
328 B
Text
11 lines
328 B
Text
--- configure.orig 2012-06-04 20:59:55.000000000 +0200
|
|
+++ configure 2012-06-04 21:00:30.000000000 +0200
|
|
@@ -15161,7 +15161,7 @@
|
|
$as_echo_n "checking for G_REGEX_ERROR_STRAY_BACKSLASH... " >&6; }
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
-#include <glib/gregex.h>
|
|
+#include <glib.h>
|
|
int
|
|
main ()
|
|
{
|