- Unbreak on 6.x systems
Reported by: pointyhat Input from: Grzegorz Blach <magik@roorback.net>
This commit is contained in:
parent
1c6d772e86
commit
cbdbbfad0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243850
4 changed files with 4 additions and 16 deletions
|
@ -49,10 +49,4 @@ post-install:
|
|||
${MKDIR} ${PREFIX}/lib/firefox3/extensions
|
||||
${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
+ cxx = c++
|
||||
+ so = so
|
||||
+ cppflags += -shared
|
||||
+ ldflags += -L$(PREFIX)/lib/firefox3 -L$(PREFIX)/lib
|
||||
+ ldflags += -L$(PREFIX)/lib/firefox3 -L$(PREFIX)/lib -lc
|
||||
+else
|
||||
ifeq ($(sys), MINGW32_NT-6.1)
|
||||
os = WINNT
|
||||
|
|
|
@ -49,10 +49,4 @@ post-install:
|
|||
${MKDIR} ${PREFIX}/lib/firefox3/extensions
|
||||
${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
+ cxx = c++
|
||||
+ so = so
|
||||
+ cppflags += -shared
|
||||
+ ldflags += -L$(PREFIX)/lib/firefox3 -L$(PREFIX)/lib
|
||||
+ ldflags += -L$(PREFIX)/lib/firefox3 -L$(PREFIX)/lib -lc
|
||||
+else
|
||||
ifeq ($(sys), MINGW32_NT-6.1)
|
||||
os = WINNT
|
||||
|
|
Loading…
Reference in a new issue