diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-13 20:06:47 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-13 20:06:47 +0800 |
commit | fff1c977c2e74a1415e5397ad53cd7b67b6c88ab (patch) | |
tree | ab4410e0db3475f8f62ec46e3ad2086696fc5d99 /comms/ghfaxviewer/files | |
parent | ac7aafe137bf731a77f885ebb4fa5276a40d3075 (diff) | |
download | freebsd-ports-graphics-fff1c977c2e74a1415e5397ad53cd7b67b6c88ab.tar.gz freebsd-ports-graphics-fff1c977c2e74a1415e5397ad53cd7b67b6c88ab.tar.zst freebsd-ports-graphics-fff1c977c2e74a1415e5397ad53cd7b67b6c88ab.zip |
GNOME policy:
- Fix libintl detection;
- properly use ${PREFIX}/share/gnome.
Diffstat (limited to 'comms/ghfaxviewer/files')
-rw-r--r-- | comms/ghfaxviewer/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/ghfaxviewer/files/patch-configure b/comms/ghfaxviewer/files/patch-configure new file mode 100644 index 00000000000..94a34523fb5 --- /dev/null +++ b/comms/ghfaxviewer/files/patch-configure @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- configure 2002/05/13 12:02:06 1.1 ++++ configure 2002/05/13 12:02:24 +@@ -4759,7 +4759,7 @@ + CFLAGS="$CFLAGS `gnome-config --cflags gnomeui`" + LDFLAGS="$LDFLAGS `gnome-config --libs gnomeui`" + PIXMAPS_DIR="`gnome-config --datadir`/pixmaps/ghfaxviewer" +- GNOME_GRAPH_APP_DIR="`gnome-config --datadir`/gnome/apps/Graphics" ++ GNOME_GRAPH_APP_DIR="`gnome-config --datadir`/apps/Graphics" + + # Check whether --with-gnome-print-prefix or --without-gnome-print-prefix was given. + if test "${with_gnome_print_prefix+set}" = set; then |