diff options
author | pav <pav@FreeBSD.org> | 2004-02-29 03:00:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-29 03:00:47 +0800 |
commit | 33a88a63892ad1e7421d73b14d6cf3ca22c08abe (patch) | |
tree | 0bc9beb3a5e5df9db07c1ad8327e026c1db50837 /games/xbubble | |
parent | 381900242cbeb0eb7205848ab642dec4205fbed8 (diff) | |
download | freebsd-ports-gnome-33a88a63892ad1e7421d73b14d6cf3ca22c08abe.tar.gz freebsd-ports-gnome-33a88a63892ad1e7421d73b14d6cf3ca22c08abe.tar.zst freebsd-ports-gnome-33a88a63892ad1e7421d73b14d6cf3ca22c08abe.zip |
- Add forgotten patch
- Portlint
Diffstat (limited to 'games/xbubble')
-rw-r--r-- | games/xbubble/Makefile | 1 | ||||
-rw-r--r-- | games/xbubble/files/patch-src::Makefile.in | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile index 55fc64716485..1083a324f191 100644 --- a/games/xbubble/Makefile +++ b/games/xbubble/Makefile @@ -23,5 +23,4 @@ USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" - .include <bsd.port.mk> diff --git a/games/xbubble/files/patch-src::Makefile.in b/games/xbubble/files/patch-src::Makefile.in new file mode 100644 index 000000000000..cc51eab50740 --- /dev/null +++ b/games/xbubble/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in Wed Nov 19 15:51:19 2003 ++++ src/Makefile.in.new Thu Feb 26 00:01:28 2004 +@@ -128,7 +128,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-AM_CFLAGS = -g -O2 -Werror ++AM_CFLAGS = -g -O2 + + # Tricks to generate the traj cache at compile time + noinst_PROGRAMS = pathinit |