diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-30 20:42:02 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-30 20:42:02 +0800 |
commit | 18dfa44da493eae3878d0a697c6cf154cee7ae7c (patch) | |
tree | 53875734103e2606e075d7798107373e5120cb55 /print | |
parent | 116e5344a22052c0bbde69172285edf68b674007 (diff) | |
download | freebsd-ports-gnome-18dfa44da493eae3878d0a697c6cf154cee7ae7c.tar.gz freebsd-ports-gnome-18dfa44da493eae3878d0a697c6cf154cee7ae7c.tar.zst freebsd-ports-gnome-18dfa44da493eae3878d0a697c6cf154cee7ae7c.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 'print')
-rw-r--r-- | print/gnome-print/Makefile | 3 | ||||
-rw-r--r-- | print/gnome-print/files/patch-configure | 13 | ||||
-rw-r--r-- | print/gnomeprint/Makefile | 3 | ||||
-rw-r--r-- | print/gnomeprint/files/patch-configure | 13 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 3 | ||||
-rw-r--r-- | print/libgnomeprint/files/patch-configure | 13 |
6 files changed, 45 insertions, 3 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index cd320ae50b2e..736e683841a9 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -24,7 +24,8 @@ USE_PERL5= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + `gdk-pixbuf-config --cflags`" \ LIBS="-L${LOCALBASE}/lib" pre-patch: diff --git a/print/gnome-print/files/patch-configure b/print/gnome-print/files/patch-configure new file mode 100644 index 000000000000..e887f5648c11 --- /dev/null +++ b/print/gnome-print/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2001/10/30 10:37:32 1.1 ++++ configure 2001/10/30 10:38:37 +@@ -8962,6 +8962,7 @@ + PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui`" + PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `xml-config --cflags`" + PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR $LIBGPA_INCLUDEDIR" ++PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `$GDK_PIXBUF_CONFIG --cflags`" + + + diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index cd320ae50b2e..736e683841a9 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -24,7 +24,8 @@ USE_PERL5= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + `gdk-pixbuf-config --cflags`" \ LIBS="-L${LOCALBASE}/lib" pre-patch: diff --git a/print/gnomeprint/files/patch-configure b/print/gnomeprint/files/patch-configure new file mode 100644 index 000000000000..e887f5648c11 --- /dev/null +++ b/print/gnomeprint/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2001/10/30 10:37:32 1.1 ++++ configure 2001/10/30 10:38:37 +@@ -8962,6 +8962,7 @@ + PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui`" + PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `xml-config --cflags`" + PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR $LIBGPA_INCLUDEDIR" ++PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `$GDK_PIXBUF_CONFIG --cflags`" + + + diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index cd320ae50b2e..736e683841a9 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -24,7 +24,8 @@ USE_PERL5= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + `gdk-pixbuf-config --cflags`" \ LIBS="-L${LOCALBASE}/lib" pre-patch: diff --git a/print/libgnomeprint/files/patch-configure b/print/libgnomeprint/files/patch-configure new file mode 100644 index 000000000000..e887f5648c11 --- /dev/null +++ b/print/libgnomeprint/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2001/10/30 10:37:32 1.1 ++++ configure 2001/10/30 10:38:37 +@@ -8962,6 +8962,7 @@ + PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `gnome-config --cflags gnomeui`" + PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `xml-config --cflags`" + PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR $LIBGPA_INCLUDEDIR" ++PRINT_INCLUDEDIR="$PRINT_INCLUDEDIR `$GDK_PIXBUF_CONFIG --cflags`" + + + |