mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
The only way for native FreeBSD binaries to connect to modern Oracle databases is usage of OCI8 libraries supplied by the port. Additional changes: - integrate patch supplied with PR 211107; - assign maintainership to the submitter; - supply additional MASTER_SITE; - dead WWW link replaced with working copy of old one; - bump PORTREVISION. PR: 211107 Approved by: vsevolod (mentor)
10 lines
224 B
Text
10 lines
224 B
Text
--- freebsd/Makefile.orig 2007-11-15 10:50:25.000000000 +0600
|
|
+++ freebsd/Makefile 2007-11-15 10:50:10.000000000 +0600
|
|
@@ -5,6 +5,7 @@
|
|
NO_PIC= yes
|
|
NO_OBJ= yes
|
|
NO_PROFILE= yes
|
|
+NO_WERROR= yes
|
|
|
|
NOPIC= yes
|
|
NOOBJ= yes
|