mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
- Long list of changes since 0.53.1, see ChangeLog - unbreak - many of the options need to be tested and fine-tuned PR: 193846
20 lines
621 B
Makefile
20 lines
621 B
Makefile
--- config.mk.in.orig 2013-09-22 03:52:29.000000000 +0200
|
|
+++ config.mk.in 2013-10-28 18:58:41.039873864 +0100
|
|
@@ -9,7 +9,7 @@
|
|
exec_prefix= @exec_prefix@
|
|
includedir = @includedir@
|
|
libdir = @libdir@
|
|
-javadir = ${exec_prefix}/java
|
|
+javadir = ${exec_prefix}/share/java/classes
|
|
libexecdir = @libexecdir@/sqlrelay
|
|
bindir = @bindir@
|
|
localstatedir = @localstatedir@
|
|
@@ -89,7 +89,7 @@
|
|
# rudiments library
|
|
RUDIMENTSPATH = @RUDIMENTSPATH@
|
|
RUDIMENTSINCLUDES = @RUDIMENTSINCLUDES@
|
|
-RUDIMENTSLIBS = @RUDIMENTSLIBS@
|
|
+RUDIMENTSLIBS = @RUDIMENTSLIBS@ -lssl -lcrypto -lpthread
|
|
RUDIMENTSLIBSPATH = @RUDIMENTSLIBSPATH@
|
|
|
|
#iconv
|