diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-17 13:48:50 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-17 13:48:50 +0800 |
commit | a5ef4192c8afd331470c0c6a8aa84fdf53ac97e9 (patch) | |
tree | fbb319deaec7a5148470f2004e856f3adbb03130 /graphics/poppler/files/patch-qt4_Makefile.in | |
parent | 8c4f04e4a89fef0cf6d753ab345b30e1efc6ec55 (diff) | |
download | marcuscom-ports-a5ef4192c8afd331470c0c6a8aa84fdf53ac97e9.tar.gz marcuscom-ports-a5ef4192c8afd331470c0c6a8aa84fdf53ac97e9.tar.zst marcuscom-ports-a5ef4192c8afd331470c0c6a8aa84fdf53ac97e9.zip |
Update to 0.11.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12316 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler/files/patch-qt4_Makefile.in')
-rw-r--r-- | graphics/poppler/files/patch-qt4_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/poppler/files/patch-qt4_Makefile.in b/graphics/poppler/files/patch-qt4_Makefile.in new file mode 100644 index 000000000..ffb4777b4 --- /dev/null +++ b/graphics/poppler/files/patch-qt4_Makefile.in @@ -0,0 +1,11 @@ +--- qt4/Makefile.in.orig 2008-03-24 08:30:49.000000000 -0400 ++++ qt4/Makefile.in 2008-03-24 08:30:34.000000000 -0400 +@@ -223,7 +223,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + win32_libs = @win32_libs@ +-SUBDIRS = src tests demos ++SUBDIRS = src + all: all-recursive + + .SUFFIXES: |