diff options
author | Bert <ber.t@gmx.com> | 2011-08-17 18:17:40 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-08-19 15:12:30 +0200 |
commit | a4b90aee2001d0b0f458f3d741fbf5bcad04a7cb (patch) | |
tree | 55bd7ef646399482f5d2ec3d26aabe93e17e7439 /Makefile.netbsd | |
parent | 79bd86defb5c86a50e2def4c03129c4215c07ca5 (diff) |
Added HAVE_GIFLIB macro for optional dependency on giflib
Diffstat (limited to 'Makefile.netbsd')
-rw-r--r-- | Makefile.netbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.netbsd b/Makefile.netbsd index ae9a461..8dd0e23 100644 --- a/Makefile.netbsd +++ b/Makefile.netbsd @@ -1,4 +1,4 @@ .include "Makefile" -CFLAGS = -Wall -pedantic -DVERSION=\"$(VERSION)\" -I/usr/X11R7/include -I/usr/pkg/include +CFLAGS = -Wall -pedantic -O2 -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB -I/usr/X11R7/include -I/usr/pkg/include LDFLAGS = -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib |