diff options
author | agc <agc> | 1998-02-17 15:43:36 +0000 |
---|---|---|
committer | agc <agc> | 1998-02-17 15:43:36 +0000 |
commit | 721d0628ee360c9d9e32990e46e30cc376e29a1f (patch) | |
tree | 46755f04d65333cb0dd9964b1d6d71ca5a22aac6 /databases | |
parent | 183757772511d86b91752d8e61e91ead700ca069 (diff) | |
download | pkgsrc-721d0628ee360c9d9e32990e46e30cc376e29a1f.tar.gz |
Changes to the basic NetBSD template. Look for headers in
${PREFIX}/include, and libraries in ${PREFIX}/lib, rather than having
them hardcoded.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/patches/patch-ad | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/postgresql/patches/patch-ad b/databases/postgresql/patches/patch-ad index 3529936565a..0f9e2099826 100644 --- a/databases/postgresql/patches/patch-ad +++ b/databases/postgresql/patches/patch-ad @@ -12,3 +12,18 @@ DLSUFFIX:.so YFLAGS:-d YACC:bison -y +--- template/netbsd 1998/02/16 15:09:26 1.1 ++++ template/netbsd 1998/02/16 15:09:57 +@@ -1,9 +1,9 @@ + AROPT:cq + SHARED_LIB:-fpic -DPIC + CFLAGS:-O2 -pipe +-SRCH_INC:/usr/local/include +-SRCH_LIB:/usr/local/lib +-USE_LOCALE:no ++SRCH_INC:${PREFIX}/include ++SRCH_LIB:${PREFIX}/lib ++USE_LOCALE:yes + DLSUFFIX:.so + YFLAGS:-d + YACC: |