diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-30 12:42:02 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-30 12:42:02 +0000 |
commit | 18dfa44da493eae3878d0a697c6cf154cee7ae7c (patch) | |
tree | 53875734103e2606e075d7798107373e5120cb55 /devel/bonobo | |
parent | 116e5344a22052c0bbde69172285edf68b674007 (diff) | |
download | FreeBSD-ports-18dfa44da493eae3878d0a697c6cf154cee7ae7c.zip FreeBSD-ports-18dfa44da493eae3878d0a697c6cf154cee7ae7c.tar.gz |
Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have been
moved aroud, so all ports that don't pay attention to an output of
`gdk-pixbuf-config --cflags' need to be fixed.
Diffstat (limited to 'devel/bonobo')
-rw-r--r-- | devel/bonobo/files/patch-monikers::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/bonobo/files/patch-monikers::Makefile.in b/devel/bonobo/files/patch-monikers::Makefile.in new file mode 100644 index 0000000..3e83154 --- /dev/null +++ b/devel/bonobo/files/patch-monikers::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- monikers/Makefile.in 2001/10/30 11:02:02 1.1 ++++ monikers/Makefile.in 2001/10/30 11:03:04 +@@ -72,7 +72,7 @@ + BONOBO_LIBDIR = @BONOBO_LIBDIR@ + BONOBO_LIBS = @BONOBO_LIBS@ + BONOBO_REVISION = @BONOBO_REVISION@ +-BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@ ++BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@ @BONOBO_INCLUDEDIR@ + BONOBO_TEST_LIBS = @BONOBO_TEST_LIBS@ + BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ + CATALOGS = @CATALOGS@ |