freetype: remove an old patch that was only need for compatibility with Panther's old gnumake 3.79; see https://trac.macports.org/ticket/15807

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@92394 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Ryan Schmidt
2012-04-27 18:42:26 +00:00
parent 3d4b77f36b
commit d03c894c67
2 changed files with 0 additions and 15 deletions
-1
View File
@@ -45,7 +45,6 @@ checksums \
sha256 138ec5c5081c2c0d1d4624e83bf3797a27271fdb5218deff6599f2d23b66438a
patchfiles \
patch-detect.mk.diff \
patch-src_base_ftrfork.c.diff \
patch-src_type1_t1load.c.diff \
patch-modules.cfg.diff
-14
View File
@@ -1,14 +0,0 @@
--- builds/unix/detect.mk.orig 2011-11-30 09:30:49.000000000 -0600
+++ builds/unix/detect.mk 2012-03-09 02:27:36.000000000 -0600
@@ -80,9 +80,9 @@
ifdef must_configure
ifneq ($(have_Makefile),)
# we are building FT2 not in the src tree
- $(TOP_DIR)/builds/unix/configure $(value CFG)
+ $(TOP_DIR)/builds/unix/configure $(CFG)
else
- cd builds/unix; ./configure $(value CFG)
+ cd builds/unix; ./configure $(CFG)
endif
endif