Unbreak previous commit, somehow a - slipped in to things between
tinderbox and commit Feature safe: yes Pointyhat to: jpaetzel
This commit is contained in:
parent
760d7e4096
commit
bda7f9eb63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286309
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GNOME= pkg-config
|
USE_GNOME= pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= "LEX=${LOCALBASE}/bin/flex"
|
CONFIGURE_ENV= "LEX=${LOCALBASE}/bin/flex"
|
||||||
CONFIGURE_ARGS= --disable-debug --disable-static
|
CONFIGURE_ARGS= --disable-debug --disable-static
|
||||||
|
|
|
@ -74,3 +74,4 @@ include/qore/Qore.h
|
||||||
include/qore/QoreEvents.h
|
include/qore/QoreEvents.h
|
||||||
include/qore/QoreRWLock.h
|
include/qore/QoreRWLock.h
|
||||||
@dirrm include/qore
|
@dirrm include/qore
|
||||||
|
@dirrmtry lib/pkgconfig
|
||||||
|
|
Loading…
Reference in a new issue