diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-12 17:30:48 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-12 17:30:48 +0000 |
commit | a75250228c345e8d860cb05c2f8b6a32997b8888 (patch) | |
tree | 6599608466761d48fb45bda4f876c72d0a00c27b /astro | |
parent | 7f47821e698d728ed4114d82a7040a17e2acabd6 (diff) |
Honor CFLAGS.
Notes
Notes:
svn path=/head/; revision=64434
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsdrive/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index 8c4122a03e62..798a17d27fce 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -25,8 +25,7 @@ USE_GTK= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib -CONFIGURE_ARGS+= --with-debug \ - --disable-garmin +CONFIGURE_ARGS= --disable-garmin INSTALLS_SHLIB= yes MAN1= gpsdrive.1 |