diff options
author | maho <maho@FreeBSD.org> | 2006-03-15 14:08:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-03-15 14:08:53 +0800 |
commit | d2b41c63860c9ca8a175308af9248ba3ff958565 (patch) | |
tree | e59d91666e5e4f417234a46c6e334a71fb9d4c4c /math/spooles | |
parent | 8daa97be85fe0122467820457bffa48fe981975d (diff) | |
download | freebsd-ports-gnome-d2b41c63860c9ca8a175308af9248ba3ff958565.tar.gz freebsd-ports-gnome-d2b41c63860c9ca8a175308af9248ba3ff958565.tar.zst freebsd-ports-gnome-d2b41c63860c9ca8a175308af9248ba3ff958565.zip |
forgot to add two patches...
Diffstat (limited to 'math/spooles')
-rw-r--r-- | math/spooles/files/patch-MPI+makefile | 13 | ||||
-rw-r--r-- | math/spooles/files/patch-MT+makefile | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/math/spooles/files/patch-MPI+makefile b/math/spooles/files/patch-MPI+makefile new file mode 100644 index 000000000000..c55261ee0afb --- /dev/null +++ b/math/spooles/files/patch-MPI+makefile @@ -0,0 +1,13 @@ +--- MPI/makefile.orig Mon Feb 20 16:41:10 2006 ++++ MPI/makefile Mon Feb 20 16:42:02 2006 +@@ -1,8 +1,8 @@ + all_drivers : +- cd drivers ; make drivers ++ cd drivers ; ${MAKE} drivers + + lib : +- cd src ; make spoolesMPI.a ++ cd src ; ${MAKE} spoolesMPI.a + + clean : + cd src ; make clean diff --git a/math/spooles/files/patch-MT+makefile b/math/spooles/files/patch-MT+makefile new file mode 100644 index 000000000000..511f6740990f --- /dev/null +++ b/math/spooles/files/patch-MT+makefile @@ -0,0 +1,13 @@ +--- MT/makefile.orig Mon Feb 20 16:39:12 2006 ++++ MT/makefile Mon Feb 20 16:43:07 2006 +@@ -1,8 +1,8 @@ + all_drivers : +- cd drivers ; make drivers ++ cd drivers ; ${MAKE} drivers + + lib : +- cd src ; make spoolesMT.a ++ cd src ; ${MAKE} spoolesMT.a + + clean : + cd src ; make clean |