summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-04-19 20:51:43 +0000
committerJeroen Roovers <jer@gentoo.org>2011-04-19 20:51:43 +0000
commit72d4cb5f1fd19f9e0b0f8f6fa9e4454daa1cca6c (patch)
treec77eed7bdf8b0f9d88bf02118c53439594e7d39a /net-analyzer/braa/files
parentVersion bump. Optional switching of some features produces bogus make files. ... (diff)
downloadgentoo-2-72d4cb5f1fd19f9e0b0f8f6fa9e4454daa1cca6c.tar.gz
gentoo-2-72d4cb5f1fd19f9e0b0f8f6fa9e4454daa1cca6c.tar.bz2
gentoo-2-72d4cb5f1fd19f9e0b0f8f6fa9e4454daa1cca6c.zip
Version bump thanks to euscan. Fix version in executable.
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/braa/files')
-rw-r--r--net-analyzer/braa/files/braa-0.8-gentoo.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/braa/files/braa-0.8-gentoo.diff b/net-analyzer/braa/files/braa-0.8-gentoo.diff
index 526dc321b5d4..ba1db6af321a 100644
--- a/net-analyzer/braa/files/braa-0.8-gentoo.diff
+++ b/net-analyzer/braa/files/braa-0.8-gentoo.diff
@@ -15,7 +15,7 @@
all: ${OBJECTS}
- cc $(OBJECTS) -o $(OUT) $(LDFLAGS) $(LIBS)
- strip $(OUT)
-+ $(CC) $(OBJECTS) -o $(OUT) $(LDFLAGS) $(LIBS)
++ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJECTS) -o $(OUT) $(LIBS)
clean:
rm -rf $(OBJECTS) $(OUT)