1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/glib20/files/patch-ag
Ade Lovett 8391c5a492 glibconfig.h was getting installed in /, rather than below PREFIX
and was being compensated for by a post-install target.

Fix the underlying problem, bumping PORTREVISION.
2002-02-08 19:03:10 +00:00

15 lines
407 B
Plaintext

--- Makefile.in.orig Sun Dec 23 16:53:53 2001
+++ Makefile.in Fri Feb 8 12:44:30 2002
@@ -151,3 +151,3 @@
-SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs
+SUBDIRS = . m4macros glib gobject gmodule gthread build po docs
@@ -192,4 +192,4 @@
-
-configexecincludedir = $(libdir)/glib-2.0/include
+glibincludedir = $(includedir)/glib-2.0
+configexecincludedir = $(glibincludedir)