*** src/config/platforms/irix64.mk.~1.12.~ Sun Nov 11 15:59:26 2001 --- src/config/platforms/irix64.mk Mon Mar 25 18:21:58 2002 *************** *** 65,71 **** # Compiler flags PLATFORM_FLAGS = ! PORT_FLAGS = -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -D_XOPEN_SOURCE OS_CFLAGS = $(DSO_CFLAGS) $(PLATFORM_FLAGS) $(PORT_FLAGS) PLATFORM_FLAGS += --- 65,71 ---- # Compiler flags PLATFORM_FLAGS = ! PORT_FLAGS = -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -D_XOPEN_SOURCE -DPATH_MAX=1024 OS_CFLAGS = $(DSO_CFLAGS) $(PLATFORM_FLAGS) $(PORT_FLAGS) PLATFORM_FLAGS += *** src/config/abi_defs.mk.~1.180.~ Fri Mar 8 16:27:28 2002 --- src/config/abi_defs.mk Mon Mar 25 18:09:01 2002 *************** *** 604,610 **** GNOME_LIBS := $(shell $(GTK_CONFIG) --libs) # These also might be needed: -lSM -lICE GTK_CFLAGS := $(shell $(GTK_CONFIG) --cflags) ! GNOME_CFLAGS += $(GTK_CFLAGS) -pipe GNOME_LIBS += $(shell $(GNOME_CONFIG) --libs-only-L gnome gal gdk_pixbuf) GNOME_LIBS += -lgnomeui -lgnomeprint -lgal -lart_lgpl -lgdk_imlib -lgnome -lgnomesupport -lxml -lglade-gnome -lglade -lgnomecanvaspixbuf -lgdk_pixbuf -ltiff -ljpeg # --- 604,610 ---- GNOME_LIBS := $(shell $(GTK_CONFIG) --libs) # These also might be needed: -lSM -lICE GTK_CFLAGS := $(shell $(GTK_CONFIG) --cflags) ! GNOME_CFLAGS += $(GTK_CFLAGS) GNOME_LIBS += $(shell $(GNOME_CONFIG) --libs-only-L gnome gal gdk_pixbuf) GNOME_LIBS += -lgnomeui -lgnomeprint -lgal -lart_lgpl -lgdk_imlib -lgnome -lgnomesupport -lxml -lglade-gnome -lglade -lgnomecanvaspixbuf -lgdk_pixbuf -ltiff -ljpeg #