diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-30 12:42:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-30 12:42:02 +0000 |
commit | 3428db513a9f52e8be1a184471d12054bb5d7c32 (patch) | |
tree | cd52588308ccae74cba743f057d3909cb1b1bc9a /devel/bonobo | |
parent | 094572f4832cef52b362075e00290e1208af1c55 (diff) | |
download | freebsd-ports-3428db513a9f52e8be1a184471d12054bb5d7c32.zip |
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 000000000000..3e83154faa2d --- /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@ |