diff options
author | stephen <stephen@FreeBSD.org> | 2012-05-13 03:04:09 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-05-13 03:04:09 +0800 |
commit | 93e1843de29102d5d30471c490d9e03deb455ca6 (patch) | |
tree | c3081617cce82b1bf6056d66841e3456bb1d0361 /math | |
parent | 74b64848fdec1f8d367582dd11b4231adcf9f8f2 (diff) | |
download | freebsd-ports-gnome-93e1843de29102d5d30471c490d9e03deb455ca6.tar.gz freebsd-ports-gnome-93e1843de29102d5d30471c490d9e03deb455ca6.tar.zst freebsd-ports-gnome-93e1843de29102d5d30471c490d9e03deb455ca6.zip |
- Add gnu_configure to Makefile.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-communications/Makefile | 2 | ||||
-rw-r--r-- | math/octave-forge-communications/files/patch-Makefile | 12 |
2 files changed, 2 insertions, 12 deletions
diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile index c01c094efc10..36cf06345686 100644 --- a/math/octave-forge-communications/Makefile +++ b/math/octave-forge-communications/Makefile @@ -16,6 +16,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} +GNU_CONFIGURE= yes + WRKSRC= ${WRKDIR}/${OCTSRC}/src MAKE_ENV+= MKOCTFILE=mkoctfile diff --git a/math/octave-forge-communications/files/patch-Makefile b/math/octave-forge-communications/files/patch-Makefile deleted file mode 100644 index 7954ce647ecd..000000000000 --- a/math/octave-forge-communications/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile-orig 2012-05-12 18:39:44.000000000 +0000 -+++ Makefile 2012-05-12 18:40:33.000000000 +0000 -@@ -29,6 +29,9 @@ - - $(GALOISOBJECTS): $(GALOISHEADERS) - -+%.oct: %.o -+ $(MKOCTFILE) $(MOFLAGS) $(@:.oct=.o) -o $@ -+ - %.o:%.cc - $(MKOCTFILE) $(MOFLAGS) $(DEFINES) -c $< - |