mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build on FreeBSD 4.x.
Bump PORTREVISION.
This commit is contained in:
parent
8403d73e49
commit
df6cdc87a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122433
2 changed files with 13 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libmspack
|
||||
PORTVERSION= 0.0.20040308
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}alpha
|
||||
|
@ -16,6 +16,7 @@ MAINTAINER= fjoe@FreeBSD.org
|
|||
COMMENT= A library for Microsoft compression formats
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
|
11
archivers/libmspack/files/patch-Makefile.in
Normal file
11
archivers/libmspack/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Fri Nov 26 03:46:51 2004
|
||||
+++ Makefile.in Fri Nov 26 03:46:59 2004
|
||||
@@ -246,7 +246,7 @@
|
||||
MSPACK_FLAGS =
|
||||
EXTRA_DIST = debian doc test/test_files
|
||||
AM_CPPFLAGS = -I$(srcdir)/mspack
|
||||
-AM_CFLAGS = -std=c99 -Wall -Wsign-compare -Wconversion -pedantic \
|
||||
+AM_CFLAGS = -Wall -Wsign-compare -Wconversion -pedantic \
|
||||
$(MSPACK_FLAGS)
|
||||
|
||||
lib_LTLIBRARIES = libmspack.la
|
Loading…
Add table
Reference in a new issue