mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
10 lines
480 B
Diff
10 lines
480 B
Diff
diff --git a/RPostgres/src/Makevars.in b/RPostgres/src/Makevars.in
|
|
index 997f045..b606a3a 100644
|
|
--- a/RPostgres/src/Makevars.in
|
|
+++ b/RPostgres/src/Makevars.in
|
|
@@ -1,4 +1,4 @@
|
|
-PKG_CPPFLAGS=@cflags@ -Ivendor -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR @plogr@
|
|
+PKG_CPPFLAGS=@cflags@ -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR @plogr@
|
|
|
|
PKG_CFLAGS=$(C_VISIBILITY)
|
|
PKG_CXXFLAGS=$(CXX_VISIBILITY)
|