diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-29 11:06:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-29 11:06:22 +0000 |
commit | ec512c5aec5b14a9d0b99475abc4eeab73bbb809 (patch) | |
tree | d418d7a13ce3ed6edeb65097f692670fa5dfa753 /emulators | |
parent | 8a39d7472ddc442e8d6cc51ded0bab92af7ff2e8 (diff) |
- clean X11BASE
Notes
Notes:
svn path=/head/; revision=210064
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 8d9df3482ed5..1a2f477e7242 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -42,9 +42,9 @@ CONFIGURE_ARGS= --with-xaw3d CONFLICTS?= vice-gnome-1.* .endif -CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include +CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= vice.1 c1541.1 petcat.1 MLINKS= vice.1 x64.1 \ |