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

14 lines
407 B
Text

--- 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)