diff options
Diffstat (limited to 'www/beonex/files/patch-rules.mk')
-rw-r--r-- | www/beonex/files/patch-rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/beonex/files/patch-rules.mk b/www/beonex/files/patch-rules.mk new file mode 100644 index 000000000000..828b3ac3e3f1 --- /dev/null +++ b/www/beonex/files/patch-rules.mk @@ -0,0 +1,16 @@ +$FreeBSD$ + +Enable compilation under -CURRENT. + +author: Trevor Johnson + +--- config/rules.mk.orig Thu Aug 29 00:00:31 2002 ++++ config/rules.mk Wed Oct 2 01:15:29 2002 +@@ -68,7 +68,6 @@ + topsrcdir = $(DEPTH) + endif + +-CXX=gcc + LDFLAGS += -Wl,-Bstatic -Wl,-lstdc++ -Wl,-Bdynamic + + |