Skip to content

Commit 4b675f4

Browse files
author
Jonathan Dahan
committed
fix apothecary build for osx
1 parent dff2215 commit 4b675f4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

example_images/addons.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ofxLibtins
1+
ofxSniffer

scripts/formulas/libpcap.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ FORMULA_TYPES=( "osx" "linux")
1919
# download the source code and unpack it into LIB_NAME
2020
function download() {
2121
curl -LO http://www.tcpdump.org/release/libpcap-$VER.tar.gz
22-
tar -xf libpcap-$VER.tar.Gz
22+
tar -xf libpcap-$VER.tar.gz
2323
mv libpcap-$VER libpcap
24-
rm libpcap-$VER.tar.Gz
24+
rm libpcap-$VER.tar.gz
2525
}
2626

2727
# prepare the build environment, executed inside the lib src dir

src/ofxSniffer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ void ofxSniff::threadedFunction() {
5454
}
5555

5656

57-
57+

src/ofxSniffer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ class ofxSniff : public ofThread {
4646

4747
string interface;
4848
ofThreadChannel<ofxSnifferHttpPacket> httpPackets;
49-
};
49+
};

0 commit comments

Comments
 (0)