diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-03-15 04:10:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-03-15 04:10:23 +0800 |
commit | 97dc819b246b1e19b4e639fe8400fbda650c88ec (patch) | |
tree | 66fa91afc694a37896dce37c3778bde452f6ada9 /x11-wm/fvwm/Makefile | |
parent | 021e90e20d52896ceac9992406d4d422275088b9 (diff) | |
download | freebsd-ports-gnome-97dc819b246b1e19b4e639fe8400fbda650c88ec.tar.gz freebsd-ports-gnome-97dc819b246b1e19b4e639fe8400fbda650c88ec.tar.zst freebsd-ports-gnome-97dc819b246b1e19b4e639fe8400fbda650c88ec.zip |
- make fvwm compile w/o Warnings apart from one usage of mkstemp
by adding needed #includes, adding return statements to
non-void functions and declaring functions returning a int
instead of void if they do return an return code.
- start using one central safemalloc.
- do not mangle pointers which makes FvwmWinList work on
amd64/7-STABLE again.
PR: 132571
Submitted by: Bjoern A. Zeeb
Diffstat (limited to 'x11-wm/fvwm/Makefile')
-rw-r--r-- | x11-wm/fvwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index ad48ab5cf8f6..c1d506220ba9 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -7,7 +7,7 @@ PORTNAME= fvwm PORTVERSION= 1.24r -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-1/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/sources/1.x/ |