diff options
Diffstat (limited to 'sys-cluster/drbd/files/0.6.12-Makefile.vars.patch')
-rw-r--r-- | sys-cluster/drbd/files/0.6.12-Makefile.vars.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-cluster/drbd/files/0.6.12-Makefile.vars.patch b/sys-cluster/drbd/files/0.6.12-Makefile.vars.patch new file mode 100644 index 000000000000..bb18dbcb412d --- /dev/null +++ b/sys-cluster/drbd/files/0.6.12-Makefile.vars.patch @@ -0,0 +1,21 @@ +--- Makefile.vars 2004-04-14 11:35:11.000000000 +0200 ++++ Makefile.vars2 2004-04-14 15:25:07.000000000 +0200 +@@ -23,7 +23,7 @@ + # export all variables not explicitly _un_exported + export + +-PREFIX := / ++#PREFIX := / + + CC := gcc + USERFLAGS := -Wall $(DEBUGFLAGS) +@@ -44,7 +44,8 @@ + $(if $(wildcard /etc/redhat-release),redhat,\ + $(if $(wildcard /etc/slackware-version),slackware,\ + $(if $(wildcard /etc/ROCK-VERSION),rock,\ +- $(if $(wildcard /var/lib/YaST*),suse,))))))) ++ $(if $(wildcard /var/lib/YaST*),suse,\ ++ $(if $(wildcard /etc/gentoo-release),gentoo,)))))))) + + SUBDIRS = user documentation scripts benchmark drbd #testing + |