Don't install common.h, it breaks other applications like kdemultimedia
and is not necessary to run prozilla. Bump PORTREVISION PR: 92021 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Reported by: Chris Chou (PR 92002)
This commit is contained in:
parent
cd5bde3e15
commit
4a4382959c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154017
3 changed files with 13 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= prozilla
|
||||
PORTVERSION= 2.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://prozilla.genesys.ro/downloads/prozilla/tarballs/
|
||||
|
||||
|
|
11
ftp/prozilla/files/patch-libprozilla_src_Makefile.in
Normal file
11
ftp/prozilla/files/patch-libprozilla_src_Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- libprozilla/src/Makefile.in.orig Sun Dec 11 21:19:15 2005
|
||||
+++ libprozilla/src/Makefile.in Thu Jan 19 17:11:36 2006
|
||||
@@ -114,7 +114,7 @@
|
||||
# example...)
|
||||
libprozilla_la_LDFLAGS = -version-info 1:0:1
|
||||
|
||||
-include_HEADERS = prozilla.h common.h netrc.h
|
||||
+include_HEADERS = prozilla.h netrc.h
|
||||
CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(datadir)/locale\"
|
||||
INCLUDES = -I../intl -I@includedir@
|
||||
#AM_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
|
|
@ -1,5 +1,5 @@
|
|||
bin/proz
|
||||
include/common.h
|
||||
@comment include/common.h
|
||||
include/netrc.h
|
||||
include/prozilla.h
|
||||
lib/libprozilla.a
|
||||
|
|
Loading…
Reference in a new issue