ports/net/phpldapadmin/files/patch-tools__po__Makefile
Matthew Seaman f660a251cd Add patches from the PLA git repository http://sourceforge.net/u/nihilisticz/phpldapadmin/commit_browser
These solve a function name clash with a new php-5.5 built-in and use
of the deprecated preg_replace /e modifier.

Submitted by:	Zhang Huangbin
Obtained from:	http://sourceforge.net/u/nihilisticz/phpldapadmin/commit_browser
2014-04-27 09:51:17 +00:00

7 lines
273 B
Text

--- ./tools/po/Makefile.orig 2012-10-01 07:54:14.000000000 +0100
+++ ./tools/po/Makefile 2014-04-27 09:40:05.269794411 +0100
@@ -1,4 +1,3 @@
-#!/bin/bash
#
# Makefile Utility to manipulate PO and POT files
# Copyright (c) 2009 Alessandro De Zorzi - <lota@nonlontano.it>