View | Details | Raw Unified | Return to bug 13865
Collapse All | Expand All

(-)postgresql.new/patches/patch-ba (-1 / +1 lines)
Lines 26-32 Link Here
26
-	@echo other applications, copy the postgresql.jar file to a public
26
-	@echo other applications, copy the postgresql.jar file to a public
27
-	@echo "place (under unix this could be /usr/local/lib) and add it"
27
-	@echo "place (under unix this could be /usr/local/lib) and add it"
28
+	@echo other applications, add the path
28
+	@echo other applications, add the path
29
+	@echo !!JAVA_HOME!!/share/java/postgresql.jar
29
+	@echo !!PREFIX!!/share/java/postgresql.jar
30
 	@echo to the class path.
30
 	@echo to the class path.
31
 	@echo
31
 	@echo
32
 	@echo Then either add -Djdbc.drivers=postgresql.Driver to the
32
 	@echo Then either add -Djdbc.drivers=postgresql.Driver to the
(-)postgresql.new/scripts/configure (-1 / +1 lines)
Lines 4-7 Link Here
4
4
5
cd $WRKSRC || exit 1
5
cd $WRKSRC || exit 1
6
6
7
perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=" ${WRKSRC}/interfaces/jdbc/Makefile
7
perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile

Return to bug 13865