freebsd-ports/net/mcl/files/patch-Makefile
Pav Lucistnik c5093c3118 - Update to 2.99.1
Changes in software:
- vendor's bugfixes
- new FLUTE support
- new dependencies in gdome-2 and glib20
- properly install the shared library and headers
- replace -pthread with $PTHREAD_LIBS
- fix compilation warnings due to C++ headers in -current

PR:		ports/61068
Submitted by:	Panagiotis Astithas <past@noc.ntua.gr> (maintainer)
2004-01-09 00:12:51 +00:00

13 lines
344 B
Text

--- Makefile.orig Sun Dec 7 18:35:07 2003
+++ Makefile Sun Dec 7 18:35:20 2003
@@ -5,8 +5,8 @@
# We need the GNU make tool, on some systems it is called
# gmake, on others make is an alias to gmake. Choose one...
#
-MAKE = make
-#MAKE = gmake
+#MAKE = make
+MAKE = gmake
# A phony target is one that is not really the name of a file.