freebsd-ports/comms/ghfaxviewer/files/patch-configure
Maxim Sobolev 187ecafe15 GNOME policy:
- Fix libintl detection;
- properly use ${PREFIX}/share/gnome.
2002-05-13 12:06:47 +00:00

14 lines
574 B
Text

$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