diff options
author | acm <acm@FreeBSD.org> | 2006-10-23 02:48:45 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-10-23 02:48:45 +0800 |
commit | 817b527ffe9269a5f2a08e75d5b1a7f94b4bd887 (patch) | |
tree | a5724ca49231954d17d65bebedb432e1cb7956af | |
parent | aaa78c6909fe3591eb49c5eb0db1056d9f59cf85 (diff) | |
download | freebsd-ports-gnome-817b527ffe9269a5f2a08e75d5b1a7f94b4bd887.tar.gz freebsd-ports-gnome-817b527ffe9269a5f2a08e75d5b1a7f94b4bd887.tar.zst freebsd-ports-gnome-817b527ffe9269a5f2a08e75d5b1a7f94b4bd887.zip |
- Fix build problem
Reported by: kris
Approved by: portmgr (erwin)
-rw-r--r-- | editors/lazarus/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 0f77c6133b16..85b8071475fa 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -19,8 +19,6 @@ COMMENT= A portable Delphi-like IDE for the FreePascal compiler BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ fpcmake:${PORTSDIR}/lang/fpc-utils -BROKEN= Does not build - ONLY_FOR_ARCHS= i386 USE_ICONV= yes @@ -28,7 +26,7 @@ USE_GETTEXT= yes USE_GNOME= gtk12 gdkpixbuf USE_GMAKE= yes -MAKE_ENV= OPT="-Fu${UNITSDIR}/* -Fl${LOCALBASE}/lib -Fl${X11BASE}/lib" +MAKE_ENV= OPT="-Sgic -Fu${UNITSDIR}/* -Fl${LOCALBASE}/lib -Fl${X11BASE}/lib" WRKSRC= ${WRKDIR}/${PORTNAME} BUILDNAME= ${ARCH}-freebsd |