diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-04 20:18:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-04 20:18:05 +0800 |
commit | 44f7431388186f2f113324adb7e8f916a3ae9b19 (patch) | |
tree | abba4c1e37c7bdf97f80590dddde8d391496e184 /games/crafty/files | |
parent | 9a50ff5c461dfba26eaa7ea7fe445fa15e76b877 (diff) | |
download | freebsd-ports-gnome-44f7431388186f2f113324adb7e8f916a3ae9b19.tar.gz freebsd-ports-gnome-44f7431388186f2f113324adb7e8f916a3ae9b19.tar.zst freebsd-ports-gnome-44f7431388186f2f113324adb7e8f916a3ae9b19.zip |
- Update to 22.10
- Pass maintainership to submitter
PR: 132128
Submitted by: Florian Smeets <flo at kasimir dot com>
Diffstat (limited to 'games/crafty/files')
-rw-r--r-- | games/crafty/files/patch-Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/games/crafty/files/patch-Makefile b/games/crafty/files/patch-Makefile index b85ac7796b36..46bacfd5af70 100644 --- a/games/crafty/files/patch-Makefile +++ b/games/crafty/files/patch-Makefile @@ -1,16 +1,18 @@ ---- Makefile.orig Tue Jun 20 07:57:17 2006 -+++ Makefile Sun Sep 9 10:48:25 2007 -@@ -146,10 +146,10 @@ +--- Makefile.orig 2009-01-27 04:15:14.000000000 +0300 ++++ Makefile 2009-02-28 03:36:17.000000000 +0300 +@@ -119,11 +119,11 @@ + freebsd: $(MAKE) target=FreeBSD \ - CC=gcc CXX='$(CC)' \ +- CC=gcc CXX='$(CC)' \ - CFLAGS='$(CFLAGS) -fomit-frame-pointer -m486 -O3 -Wall' \ - CXFLAGS=$(CFLAGS) \ -- LDFLAGS=$(LDFLAGS) \ +- LDFLAGS='$(LDFLAGS) -lpthread' \ - opt='$(opt) -DINLINE32' \ -+ CFLAGS+='-fomit-frame-pointer -Wall' \ -+ CXFLAGS+='$(CXXFLAGS)' \ -+ LDFLAGS='$(LDFLAGS) -lstdc++' \ ++ CC='$(CC)' CXX='$(CC)' \ ++ CFLAGS='$(CFLAGS) -fomit-frame-pointer -Wall' \ ++ CXFLAGS='$(CXXFLAGS)' \ ++ LDFLAGS='$(LDFLAGS) -pthread -lstdc++' \ + opt='$(opt)' \ crafty-make |