mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
e1871349c1
- Fix configure to detect if more libraries are required - Clean up CONFIGURE_ENV while here - Bump REVISION because you might have installed a version without JetDirect support because of this glitch PR: ports/54084 Submitted by: maintainer
14 lines
481 B
Plaintext
14 lines
481 B
Plaintext
--- apps/xojpanel/Makefile.in.orig Thu Jun 13 02:40:44 2002
|
|
+++ apps/xojpanel/Makefile.in Tue Feb 4 09:58:29 2003
|
|
@@ -2,8 +2,8 @@
|
|
|
|
MOC=@QT_MOC@
|
|
|
|
-LFLAGS = @LIBRARY_CMDLINE@ @LIBQT_CMDLINE@ -lptal
|
|
-CFLAGS = -O -Wall -g -I/usr/X11R6/include @INCLUDE_CMDLINE@
|
|
+LFLAGS += @LDFLAGS@ @LIBRARY_CMDLINE@ @LIBQT_CMDLINE@ @LIBSNMP_CMDLINE@ -lptal
|
|
+CFLAGS += @CFLAGS@ -Wall -g @INCLUDE_CMDLINE@
|
|
|
|
PIXMAPS = hpojlcd.xpm hpoj_lcdmon.xpm hpoj_mini.xpm
|
|
COMMON_HEADERS = Makefile xojpanel.h
|