Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 458164 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +11 lines)
Line  Link Here
0
-- Source/WebKit2/GNUmakefile.am
0
++ Source/WebKit2/GNUmakefile.am
Lines 558-563 Link Here
558
	$(PANGO_LIBS) \
558
	$(PANGO_LIBS) \
559
	$(PNG_LIBS) \
559
	$(PNG_LIBS) \
560
	$(SHLWAPI_LIBS) \
560
	$(SHLWAPI_LIBS) \
561
	$(SHM_LIBS) \
561
	$(SQLITE3_LIBS) \
562
	$(SQLITE3_LIBS) \
562
	$(UNICODE_LIBS) \
563
	$(UNICODE_LIBS) \
563
	$(XRENDER_LIBS) \
564
	$(XRENDER_LIBS) \
564
-- configure.ac
565
++ configure.ac
Lines 1368-1373 Link Here
1368
   if test "$have_gtk_unix_printing" = "yes"; then
1368
   if test "$have_gtk_unix_printing" = "yes"; then
1369
       AC_DEFINE([HAVE_GTK_UNIX_PRINTING], [1], [Define if GTK+ UNIX Printing is available])
1369
       AC_DEFINE([HAVE_GTK_UNIX_PRINTING], [1], [Define if GTK+ UNIX Printing is available])
1370
   fi
1370
   fi
1371
1372
1373
   # On some Linux/Unix platforms, shm_* may only be available if linking
1374
   # against librt
1375
   if test "$os_win32" = "no"; then
1376
       AC_SEARCH_LIBS([shm_open], [rt], [SHM_LIBS="-lrt"])
1377
       AC_SUBST(SHM_LIBS)
1378
   fi
1371
fi
1379
fi
1372
1380
1373
# Plugin Process
1381
# Plugin Process

Return to bug 458164