diff options
author | Josh Rickmar <jrick@devio.us> | 2012-08-09 22:32:11 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-08-09 22:32:11 -0400 |
commit | 7e79aab309ce4fa4a0d01f9d861e9fca4172efd7 (patch) | |
tree | 90cf32feea9a0acbcfffc36305cb3b9051479aa3 /freebsd/Makefile | |
parent | 84f8bf4d7762cd9fbd09f649b4234177802f937f (diff) | |
download | xombrero-7e79aab309ce4fa4a0d01f9d861e9fca4172efd7.tar.gz |
Reintroduce the FreeBSD fixes that were lost in the backouts.
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index 011354c..cf65ea8 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -9,7 +9,7 @@ LIBS+= libsoup-2.4 gnutls gthread-2.0 LDADD= -lutil -lgcrypt GTK_CFLAGS!= pkg-config --cflags $(LIBS) GTK_LDFLAGS!= pkg-config --libs $(LIBS) -CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread +CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread -I. -I.. LDFLAGS+= $(GTK_LDFLAGS) -pthread PREFIX?= /usr/local |