diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-03 12:05:43 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-03 12:05:43 +0000 |
commit | 1d4b5dd574dd52b242928db952575b333a1cccdd (patch) | |
tree | 4ebb6e6a48f5d6a258326c0b077191b47916cc14 /databases/sqlrelay/files/patch-config.mk.in | |
parent | - Remove :keepla from USES=libtool (diff) |
Remove some unneeded patches and other bits so USES=autoreconf can be
removed (avoids a problem with upcoming devel/libtool update)
PR: 194068
Notes
Notes:
svn path=/head/; revision=369885
Diffstat (limited to 'databases/sqlrelay/files/patch-config.mk.in')
-rw-r--r-- | databases/sqlrelay/files/patch-config.mk.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/sqlrelay/files/patch-config.mk.in b/databases/sqlrelay/files/patch-config.mk.in index e5c0b21c6869..fe645044909b 100644 --- a/databases/sqlrelay/files/patch-config.mk.in +++ b/databases/sqlrelay/files/patch-config.mk.in @@ -9,12 +9,3 @@ 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 |