aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-01-19 00:47:39 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-01-19 00:47:39 +0000
commit4ea606d243e9412af4a0aa1d512a38ec07e9a25b (patch)
treefdeb54937f5c16542775463e76b13aaec4789df0 /editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk
parent6e95cc57ae0f2b7cf7e1be6bbd611c466addc333 (diff)
downloadports-4ea606d243e9412af4a0aa1d512a38ec07e9a25b.tar.gz
ports-4ea606d243e9412af4a0aa1d512a38ec07e9a25b.zip
Notes
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk')
-rw-r--r--editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk b/editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk
new file mode 100644
index 000000000000..cfc8ed478919
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk
@@ -0,0 +1,16 @@
+Index: solenv/inc/packtools.mk
+===================================================================
+RCS file: /cvs/tools/solenv/inc/packtools.mk,v
+retrieving revision 1.6
+diff -u -r1.6 packtools.mk
+--- solenv/inc/packtools.mk 13 Jan 2006 15:02:07 -0000 1.6
++++ solenv/inc/packtools.mk 18 Jan 2006 10:51:17 -0000
+@@ -34,6 +34,8 @@
+ #*************************************************************************
+
+ .IF "$(GUI)"!="WNT"
++.IF "$(OS)"=="LINUX"
+ RPM*:=$(shell +-ls -l `which rpm` >& /dev/null && set i=`which rpm` && echo rpm`test -x $${{i}}build && echo build`)
+ DPKG*:=$(shell +-ls -l `which dpkg` >& /dev/null && echo dpkg)
+ .ENDIF
++.ENDIF