diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2001-12-16 17:51:10 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2001-12-16 17:51:10 +0800 |
commit | 12c3a6e38f36d9d4effdaa42aafcf1e7d3412753 (patch) | |
tree | 04a34971776ec4ec7acbab7e198f607cf91de540 /games | |
parent | fce1af3915769f21983d7cb619b8daa1cf9a6266 (diff) | |
download | freebsd-ports-gnome-12c3a6e38f36d9d4effdaa42aafcf1e7d3412753.tar.gz freebsd-ports-gnome-12c3a6e38f36d9d4effdaa42aafcf1e7d3412753.tar.zst freebsd-ports-gnome-12c3a6e38f36d9d4effdaa42aafcf1e7d3412753.zip |
Respect CFLAGS in Makefile. Previous patch-aa file contains the
replaced label, instead of %CFLAGS%.
Diffstat (limited to 'games')
-rw-r--r-- | games/smiley/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/smiley/files/patch-aa b/games/smiley/files/patch-aa index a71e80f26ca9..5c5adfc134b2 100644 --- a/games/smiley/files/patch-aa +++ b/games/smiley/files/patch-aa @@ -1,5 +1,5 @@ *** Makefile.orig Mon Nov 29 13:03:11 1993 ---- Makefile Sat Dec 15 10:51:48 2001 +--- Makefile Sun Dec 16 10:44:42 2001 *************** *** 32,40 **** ltoa.o \ @@ -15,7 +15,7 @@ ltoa.o \ smiley.o -! CFLAGS = -O -pipe +! CFLAGS = %CFLAGS% ! LDFLAGS = |