removed a workaround which is no longer needed at that place in package qt (by Tony Theodore)

This commit is contained in:
Volker Grabsch 2009-10-10 12:22:20 +02:00
parent 1328479859
commit 0491238a1a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Copyright (C) 2009 Mark Brand
# Volker Grabsch
# Tony Theodore
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@ -117,7 +118,6 @@ define $(PKG)_BUILD
$(SED) 's,QWidget\.h,qwidget.h,g' -i '$(1)'/src/3rdparty/webkit/WebCore/plugins/win/PluginViewWin.cpp
# Configure Qt for MinGW target
$(SED) 's,PLATFORM=solaris-cc$$,PLATFORM=solaris-g++,' -i '$(1)'/configure
cd '$(1)' && ./configure \
-opensource \
-confirm-license \