blob: 321562521470189e3b215d6ca94520a264fda478 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: ports/comms/ghfaxviewer/files/patch-configure,v 1.1 2002/05/13 12:06:47 sobomax Exp $
--- 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
|