diff options
author | Josh Rickmar <jrick@devio.us> | 2012-08-09 22:28:43 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-08-09 22:28:43 -0400 |
commit | 84f8bf4d7762cd9fbd09f649b4234177802f937f (patch) | |
tree | 17322fc804dd68e25902f5935fe6ae2d23b0c509 /freebsd/Makefile | |
parent | ef04a2b754cf7e4457098e40fddda51d1efa877a (diff) | |
download | xombrero-84f8bf4d7762cd9fbd09f649b4234177802f937f.tar.gz |
Backout commits
Accidentally pushed a bunch of stuff to master that wasn't ready yet when making the FreeBSD Makefile changes. Sorry marco for the merges in the logs. This should revert everything back to how it was at d397399c349d36f611a5aac6fa53528d2fe2eaea.
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 cf65ea8..011354c 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 -I. -I.. +CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread LDFLAGS+= $(GTK_LDFLAGS) -pthread PREFIX?= /usr/local |