ports/databases/sqlrelay/files/patch-config.mk.in
Pawel Pekala 0fdf155fce - Update devel/rudiments to 0.43 [1]
- Add support for STAGEDIR [1]

- Update databases/sqlrelay to 0.52 (fixes build with new devel/rudiments)
- Remove leading article from COMMENT
- Add support for STAGEDIR
- Remove GTK1 option - no longer available feature
- Rename INTERBASE option to FIREBIRD (globally defined)
- Rename SQLITE2 to SQLITE3 as dependency changed to databases/sqlite3
- Use options substitutions, sort plist

PR:		ports/181880 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-10-28 22:01:40 +00:00

20 lines
611 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
RUDIMENTSLIBSPATH = @RUDIMENTSLIBSPATH@
#iconv