diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-11-02 13:18:13 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-11-02 13:18:13 +0000 |
commit | 24236d150a19b4c8f9c6d65288cb7a1e335b1d0d (patch) | |
tree | 447d89a7983bdb18f4d6d623ea56cbb8f5b3bc37 | |
parent | Update to 20011102.2. (diff) |
- Fix a build breakage which suddenly appeared from I know not where.
- No PORTREVISION bump; it's just a build-time thing.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=49495
-rw-r--r-- | devel/py-orbit/Makefile | 2 | ||||
-rw-r--r-- | devel/py-orbit2/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile index 82737bd9bcf5..66bfca0aa7b8 100644 --- a/devel/py-orbit/Makefile +++ b/devel/py-orbit/Makefile @@ -22,4 +22,6 @@ USE_GLIB= yes GNU_CONFIGURE= yes USE_PYTHON= yes +CFLAGS+= -I/usr/local/include + .include <bsd.port.mk> diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile index 82737bd9bcf5..66bfca0aa7b8 100644 --- a/devel/py-orbit2/Makefile +++ b/devel/py-orbit2/Makefile @@ -22,4 +22,6 @@ USE_GLIB= yes GNU_CONFIGURE= yes USE_PYTHON= yes +CFLAGS+= -I/usr/local/include + .include <bsd.port.mk> |