diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-18 19:27:27 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-18 19:27:27 +0800 |
commit | 7125d70f0e82337f0c9e55e78fa66841ea75df15 (patch) | |
tree | 723c10ffb16cd1f17cc0a4d15ab5d79246a1f001 /x11-wm/aewm | |
parent | c64472e2f3c3e6a36efd5e17be86ab7597a6d0a2 (diff) | |
download | freebsd-ports-gnome-7125d70f0e82337f0c9e55e78fa66841ea75df15.tar.gz freebsd-ports-gnome-7125d70f0e82337f0c9e55e78fa66841ea75df15.tar.zst freebsd-ports-gnome-7125d70f0e82337f0c9e55e78fa66841ea75df15.zip |
Track inplace distfile change [1]
[1]
--- wop.diff begins here ---
diff -ruN old/wop-0.4.1/src/Makefile new/wop-0.4.1/src/Makefile
--- old/wop-0.4.1/src/Makefile Thu Feb 9 15:00:08 2006
+++ new/wop-0.4.1/src/Makefile Mon Feb 13 12:14:01 2006
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.80.2.2 2006/02/09 12:00:08 chfreund Exp $
+# $Id: Makefile,v 1.80.2.3 2006/02/13 09:14:01 chfreund Exp $
TARGET = ../bin/wop
DBG_LEVEL = 4
@@ -12,12 +12,12 @@
SOURCE_FILES = $(wildcard *.cpp)
OBJECT_FILES = $(patsubst %.cpp,%.o, $(SOURCE_FILES))
-CXXFLAGS ?= -Wall -Wshadow -Wsign-compare -Wparentheses -Wconversion -ansi
+CXXFLAGS ?= -Wall -Wshadow -Wsign-compare -Wparentheses -Wconversion -O3 -ansi
CXXFLAGS += -fno-exceptions -fno-strict-aliasing -ffloat-store \
-DDBG_LEVEL=$(DBG_LEVEL) -DLOG_LEVEL=$(LOG_LEVEL) \
-DUSE_SDL -DNEW=new\(std::nothrow\) \
-I../sdlwidgets \
- $(shell sdl-config --cflags) -g
+ $(shell sdl-config --cflags) # -g
LDFLAGS = -L../sdlwidgets -lsdlwidgets -lz \
-lm -lSDL_net -lSDL_mixer -lSDL_ttf -lSDL_image \
$(shell sdl-config --libs) # -g
--- wop.diff ends here ---
PR: 93382
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'x11-wm/aewm')
0 files changed, 0 insertions, 0 deletions