diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
commit | daffe00d4a57c0ef6a21947a8121b8d233d8d3a5 (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /games/enigma/files/patch-lib-src-Makefile.in | |
parent | - Update to 20110724.002 (diff) |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Diffstat (limited to 'games/enigma/files/patch-lib-src-Makefile.in')
-rw-r--r-- | games/enigma/files/patch-lib-src-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/enigma/files/patch-lib-src-Makefile.in b/games/enigma/files/patch-lib-src-Makefile.in new file mode 100644 index 000000000000..c543742145ad --- /dev/null +++ b/games/enigma/files/patch-lib-src-Makefile.in @@ -0,0 +1,11 @@ +--- lib-src/Makefile.in.orig 2007-09-08 14:39:16.000000000 +0200 ++++ lib-src/Makefile.in 2011-08-01 08:48:34.000000000 +0200 +@@ -214,7 +214,7 @@ target_alias = @target_alias@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-SUBDIRS = oxydlib lua zipios++ enet enigma-core ++SUBDIRS = oxydlib zipios++ enigma-core + all: all-recursive + + .SUFFIXES: |