diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-12-11 17:13:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-12-11 17:13:45 +0100 |
commit | 14bb81ef5666a9e775208ffae947bb8ba76bc8cb (patch) | |
tree | 2e520cd0bb4a2ebe5f868efb0e1d8fbca37b4f55 /sdext | |
parent | 0e40e1e3243d57fdf67c54d7c5b69e77fe7d03ce (diff) |
Remove unused -DBASEGFX_STATIC_LIBRARY
...introduced in b9d1006ebb3c97e398d4bb31075fd2577f3ac858 "re-base on ALv2
code," probably due to a merge conflict or something like that.
Change-Id: Ib38cd24e935f951482ba99f483a419a9a7782ae8
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/StaticLibrary_pdfimport_s.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/StaticLibrary_pdfimport_s.mk b/sdext/StaticLibrary_pdfimport_s.mk index c4a1ad1b5af9..8c13e3246ff5 100644 --- a/sdext/StaticLibrary_pdfimport_s.mk +++ b/sdext/StaticLibrary_pdfimport_s.mk @@ -27,7 +27,6 @@ $(eval $(call gb_StaticLibrary_set_include,pdfimport_s,\ )) $(eval $(call gb_StaticLibrary_add_defs,pdfimport_s,\ - -DBASEGFX_STATIC_LIBRARY \ -DBOOST_SPIRIT_USE_OLD_NAMESPACE \ )) |