diff options
Diffstat (limited to 'www/webkit-gtk2/files/patch-GNUmakefile.in')
-rw-r--r-- | www/webkit-gtk2/files/patch-GNUmakefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/webkit-gtk2/files/patch-GNUmakefile.in b/www/webkit-gtk2/files/patch-GNUmakefile.in deleted file mode 100644 index 53333a520..000000000 --- a/www/webkit-gtk2/files/patch-GNUmakefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- GNUmakefile.in.orig 2009-07-28 12:36:13.000000000 +0200 -+++ GNUmakefile.in 2009-07-28 12:39:13.000000000 +0200 -@@ -8154,7 +8154,9 @@ libWebCoreJS_depfiles := $(patsubst \ - webinspectordir = ${datadir}/webkit-1.0/webinspector - dist_webinspector_DATA = \ - $(WebCore)/English.lproj/localizedStrings.js \ -- $(shell ls $(WebCore)/inspector/front-end/*.{js,html,css}) -+ $(shell ls $(WebCore)/inspector/front-end/*.js) \ -+ $(shell ls $(WebCore)/inspector/front-end/*.html) \ -+ $(shell ls $(WebCore)/inspector/front-end/*.css) - - webinspectorimagesdir = ${datadir}/webkit-1.0/webinspector/Images - dist_webinspectorimages_DATA = \ |