diff options
| author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-10-16 18:59:31 +0000 |
|---|---|---|
| committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-10-16 18:59:31 +0000 |
| commit | e7e8fac8576d9f5512c3c54f474507c019cc5bea (patch) | |
| tree | 52ba4203ebcc854c1186af664a65a83474064cad /databases/sqlrelay/Makefile.common | |
| parent | Add KOTH (King of the Hill), a multiplayer tank artillery game similar to (diff) | |
Take maintainership;
Use autoconf to generate configure script.
Remove redundant bits which were probably needed for older versions of sqlrelay.
Diffstat (limited to 'databases/sqlrelay/Makefile.common')
| -rw-r--r-- | databases/sqlrelay/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlrelay/Makefile.common b/databases/sqlrelay/Makefile.common index df00abfcac58..1e2705288d01 100644 --- a/databases/sqlrelay/Makefile.common +++ b/databases/sqlrelay/Makefile.common @@ -8,7 +8,7 @@ SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC SQLRELAY_CONFIGURE_ARGS= \ --localstatedir="${LOCALBASE}" \ - --with-rudiments-prefix="${LOCALBASE}" \ - --with-libstdcpp-path="/usr/lib" \ - --with-libxml-prefix="${WRKDIR}/prefixes/libxml" \ - --with-libiconv-prefix="${LOCALBASE}" + --with-rudiments-prefix="${LOCALBASE}" +SQLRELAY_CONFIGURE_ENV= \ + PTHREADINCLUDES="${PTHREAD_CFLAGS}" \ + PTHREADLIBS="${PTHREAD_LIBS}" |
