summaryrefslogtreecommitdiffstats
path: root/php-scssphp-bin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-scssphp-bin.patch')
-rw-r--r--php-scssphp-bin.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/php-scssphp-bin.patch b/php-scssphp-bin.patch
deleted file mode 100644
index 1513f17..0000000
--- a/php-scssphp-bin.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/bin/pscss b/bin/pscss
-index e986585..d68a875 100755
---- a/bin/pscss
-+++ b/bin/pscss
-@@ -17,7 +17,7 @@ if (version_compare(PHP_VERSION, '5.3') < 0) {
- die('Requires PHP 5.3 or above');
- }
-
--include __DIR__ . '/../scss.inc.php';
-+require_once '__PHPDIR__/Leafo/ScssPhp/autoload.php';
-
- use Leafo\ScssPhp\Compiler;
- use Leafo\ScssPhp\Parser;