You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user