pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/unixodbc



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug  5 13:25:42 UTC 2024

Modified Files:
        pkgsrc/databases/unixodbc: Makefile

Log Message:
unixodbc: remove accidental comment


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/databases/unixodbc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/unixodbc/Makefile
diff -u pkgsrc/databases/unixodbc/Makefile:1.47 pkgsrc/databases/unixodbc/Makefile:1.48
--- pkgsrc/databases/unixodbc/Makefile:1.47     Mon Aug  5 13:20:08 2024
+++ pkgsrc/databases/unixodbc/Makefile  Mon Aug  5 13:25:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2024/08/05 13:20:08 tnn Exp $
+# $NetBSD: Makefile,v 1.48 2024/08/05 13:25:42 tnn Exp $
 
 DISTNAME=      unixODBC-2.3.12
 PKGNAME=       ${DISTNAME:S/ODBC/odbc/}
@@ -35,8 +35,6 @@ CONFIGURE_ARGS+=      --with-pth=${PTHREADBAS
 CFLAGS.SunOS+=         -D_POSIX_PTHREAD_SEMANTICS
 LIBS.SunOS+=           -lsocket -lnsl
 
-#CFLAGS+=              -Wno-error=incompatible-pointer-types
-
 # Override the local definitions that point to the self-contained libtool
 # convenience library.  We want the one installed by pkgsrc.  Also override
 # the variable pointing to the (static) libfl.a, which won't link with a



Home | Main Index | Thread Index | Old Index